修改
This commit is contained in:
parent
2872ec7d64
commit
e43d125695
@ -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 => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user