This commit is contained in:
曹辉 2023-05-10 13:52:14 +08:00
parent 2872ec7d64
commit e43d125695

View File

@ -704,7 +704,7 @@
},
//
upaddress() {
if (this.updata.receiver) {
if (this.loginFlag) {
uni.navigateTo({
url: `/pages/modifyAddress/modifyAddress?updata=${JSON.stringify(this.updata)}`
})
@ -766,6 +766,7 @@
var that = this
this.baseurl = baseurl;
this.usershow = false;
this.loginFlag = false
const value = uni.getStorageSync('patientId');
if (value) {
AppIdentification(value).then(res => {