济南 德州 1
This commit is contained in:
parent
bca1174996
commit
1f643a011f
@ -106,10 +106,10 @@
|
||||
} else if (this.address == '东营市') {
|
||||
uni.setStorageSync("region", 2)
|
||||
} else if (this.address == '济南市') {
|
||||
uni.setStorageSync("region", 3)
|
||||
uni.setStorageSync("region", 1)
|
||||
}
|
||||
this.userinfo = uni.getStorageSync('userinfo');
|
||||
if (this.userinfo) {
|
||||
if (this.userinfo) {
|
||||
this.patientName = this.userinfo.patientName
|
||||
checkSignApply(this.userinfo.cardNo).then(res => {
|
||||
if (res.data.code != 0) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user