首页修改
This commit is contained in:
parent
dfa00bcb0f
commit
a538844ce7
@ -115,14 +115,14 @@
|
|||||||
uni.setStorageSync("region", 3)
|
uni.setStorageSync("region", 3)
|
||||||
}
|
}
|
||||||
this.region = uni.getStorageSync('region')
|
this.region = uni.getStorageSync('region')
|
||||||
if (this.region) {
|
// if (this.region) {
|
||||||
if (this.region == "1" || this.region == "2") {
|
// if (this.region == "1" || this.region == "2") {
|
||||||
|
|
||||||
} else {
|
// } else {
|
||||||
this.family()
|
// this.family()
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
// }
|
||||||
|
|
||||||
if (this.userinfo) {
|
if (this.userinfo) {
|
||||||
this.patientName = this.userinfo.patientName
|
this.patientName = this.userinfo.patientName
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user