From 1f643a011f53360f13d5d0fc79e88d657386cce4 Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 23 Oct 2023 17:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8E=E5=8D=97=20=E5=BE=B7=E5=B7=9E=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/homepage/homepage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {