修改
This commit is contained in:
parent
6ca15aef84
commit
b82e6217d7
@ -104,7 +104,7 @@
|
||||
this.openid = uni.getStorageSync('openid');
|
||||
if (uni.getStorageSync('userinfo')) {
|
||||
this.userinfo = uni.getStorageSync('userinfo')
|
||||
this.cityCode = this.userinfo.cityCode;
|
||||
this.cityCode = Number(this.userinfo.cityCode);
|
||||
}
|
||||
if (this.address == '德州市') {
|
||||
uni.setStorageSync("region", 1)
|
||||
@ -210,11 +210,6 @@
|
||||
title: this.infotitle,
|
||||
type: 'error',
|
||||
})
|
||||
} else if (this.checkSign == "01") {
|
||||
this.$refs.uToast.show({
|
||||
title: this.infotitle,
|
||||
type: 'error',
|
||||
})
|
||||
} else {
|
||||
uni.navigateTo({
|
||||
url: '/pagesB/Behaviorpoints/Behaviorpoints'
|
||||
|
||||
@ -305,7 +305,6 @@
|
||||
type: 'success',
|
||||
duration: '1000',
|
||||
})
|
||||
|
||||
this.myInfo()
|
||||
} else {
|
||||
this.$refs.uToast.show({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user