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