version/0412
liudan 11 months ago
parent dc09e4d0c7
commit 89fb642683
  1. 3
      pages/goods/detail.vue
  2. 2
      pages/user/index.vue

@ -470,7 +470,8 @@
goods_id: this.goodsId,
pre_id: this.pre_id
});
if (status == 200) {
if (status == 200) {
this.shareType='pre';
this.openDialog=true
this.diaShow=true
}

@ -650,7 +650,7 @@
},
goShopOrderList(){
uni.navigateTo({
url:'/pages/news3/shopOrder?delivery_type=10'
url:'/pages/news3/shopOrder?delivery_type=20'
})
},
goJump(url,type){

Loading…
Cancel
Save