Browse Source

修复添加地址

master
lincm 4 years ago
parent
commit
575517f6bc
  1. 1
      pages/account/addAddress.vue
  2. 2
      pages/account/address.vue
  3. 5
      pages/account/index.vue

1
pages/account/addAddress.vue

@ -232,6 +232,7 @@
})
return
}
this.province = this.provinceIndex
this.query.consignee.address=this.province+this.query.consignee.address
}else{
if(this.query.consignee.province==0){

2
pages/account/address.vue

@ -92,7 +92,7 @@
getList(){
let data={_action:'getconsignees'}
defaultRequest2(data).then(res=>{
console.info(res)
// console.info(res)
if(res.error==0){
this.list=res.data
}

5
pages/account/index.vue

@ -194,7 +194,10 @@
})
}
else if(url.includes('html')){
plus.runtime.openURL(url)
// plus.runtime.openURL(url)
uni.navigateTo({
url:'../order/paypalWebview?src='+url
})
}
else if(url.includes('dope.adspecial')){
uni.navigateTo({

Loading…
Cancel
Save