修改
This commit is contained in:
parent
90d2d8914b
commit
191f81a3a6
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user