Commit 37929781 authored by 石家欣's avatar 石家欣

sjx

parent 81132414
......@@ -11,7 +11,7 @@
</view> -->
<view class="wuliuboxss flex ali-c">
<image class="imgs" :src="uploadurl+'/static/applet5'+logisticLogo" mode=""></image>
<image class="imgs" :src="statictowUrl+'/static/applet5'+logisticLogo" mode=""></image>
<view class="rightinfos">
<view class="wuliutype">{{shipperName}}</view>
<view class="wuliucode">运单号: {{logisticCode}}</view>
......@@ -39,6 +39,9 @@ export default {
staticUrl1(){
return this.$store.state.staticUrl1;
},
statictowUrl(){
return this.$store.state.statictowUrl;
},
uploadurl(){
return this.$store.state.uploadurl;
}
......
......@@ -111,13 +111,13 @@
content: res.msg,
showCancel: false,
success(res) {
// uni.redirectTo({
// url: '/pages/shopOrderDetails/shopOrderDetails?order_id='+this.order_id
// })
uni.redirectTo({
url: '/pages/order/shopOrder'
})
uni.navigateBack({
//delta: 2
});
// uni.navigateBack({
// //delta: 2
// });
}
})
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment