首页修改

This commit is contained in:
shidongli 2023-10-31 13:39:42 +08:00
parent dfa00bcb0f
commit a538844ce7

View File

@ -115,14 +115,14 @@
uni.setStorageSync("region", 3)
}
this.region = uni.getStorageSync('region')
if (this.region) {
if (this.region == "1" || this.region == "2") {
// if (this.region) {
// if (this.region == "1" || this.region == "2") {
} else {
this.family()
}
// } else {
// this.family()
// }
}
// }
if (this.userinfo) {
this.patientName = this.userinfo.patientName