注册修改
This commit is contained in:
parent
a1a54511e1
commit
41ce1564b0
@ -82,14 +82,23 @@
|
|||||||
uni.setStorageSync('location', '德州市')
|
uni.setStorageSync('location', '德州市')
|
||||||
uni.setStorageSync("region", 1)
|
uni.setStorageSync("region", 1)
|
||||||
this.address = '德州市'
|
this.address = '德州市'
|
||||||
|
uni.navigateBack({
|
||||||
|
delta: 1
|
||||||
|
})
|
||||||
} else if (value == '2') {
|
} else if (value == '2') {
|
||||||
uni.setStorageSync('location', '东营市')
|
uni.setStorageSync('location', '东营市')
|
||||||
uni.setStorageSync("region", 2)
|
uni.setStorageSync("region", 2)
|
||||||
this.address = '东营市'
|
this.address = '东营市'
|
||||||
|
uni.navigateBack({
|
||||||
|
delta: 1
|
||||||
|
})
|
||||||
} else if (value == '3') {
|
} else if (value == '3') {
|
||||||
uni.setStorageSync('location', '济南市')
|
uni.setStorageSync('location', '济南市')
|
||||||
uni.setStorageSync("region", 3)
|
uni.setStorageSync("region", 3)
|
||||||
this.address = '济南市'
|
this.address = '济南市'
|
||||||
|
uni.navigateBack({
|
||||||
|
delta: 1
|
||||||
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
clear() {
|
clear() {
|
||||||
|
|||||||
@ -380,7 +380,7 @@
|
|||||||
that.query.sex = 'MALE';
|
that.query.sex = 'MALE';
|
||||||
} else if (that.query.sexname == '女') {
|
} else if (that.query.sexname == '女') {
|
||||||
that.query.sex = 'FEMALE';
|
that.query.sex = 'FEMALE';
|
||||||
}s
|
}
|
||||||
that.$refs.uForm.validate(valid => {
|
that.$refs.uForm.validate(valid => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user