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

View File

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