济南 德州 1

This commit is contained in:
shidongli 2023-10-23 17:10:11 +08:00
parent bca1174996
commit 1f643a011f

View File

@ -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) {