This commit is contained in:
曹辉 2023-03-03 13:41:12 +08:00
parent 90d2d8914b
commit 191f81a3a6

View File

@ -184,6 +184,11 @@
// //
informationinfo() { informationinfo() {
var that = this var that = this
if (that.query.sex == '男') {
that.query.sex = 'MALE';
} else if (that.query.sex == '女') {
that.query.sex = 'FEMALE';
}
if (this.addresslength) { if (this.addresslength) {
if (this.addresslength.length > 2) { if (this.addresslength.length > 2) {
try { try {