diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 490f64d..f106d5a 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -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) {