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

sjx

parent 81132414
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</view> --> </view> -->
<view class="wuliuboxss flex ali-c"> <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="rightinfos">
<view class="wuliutype">{{shipperName}}</view> <view class="wuliutype">{{shipperName}}</view>
<view class="wuliucode">运单号: {{logisticCode}}</view> <view class="wuliucode">运单号: {{logisticCode}}</view>
...@@ -39,6 +39,9 @@ export default { ...@@ -39,6 +39,9 @@ export default {
staticUrl1(){ staticUrl1(){
return this.$store.state.staticUrl1; return this.$store.state.staticUrl1;
}, },
statictowUrl(){
return this.$store.state.statictowUrl;
},
uploadurl(){ uploadurl(){
return this.$store.state.uploadurl; return this.$store.state.uploadurl;
} }
......
...@@ -111,13 +111,13 @@ ...@@ -111,13 +111,13 @@
content: res.msg, content: res.msg,
showCancel: false, showCancel: false,
success(res) { success(res) {
// uni.redirectTo({ uni.redirectTo({
// url: '/pages/shopOrderDetails/shopOrderDetails?order_id='+this.order_id url: '/pages/order/shopOrder'
// }) })
uni.navigateBack({ // uni.navigateBack({
//delta: 2 // //delta: 2
}); // });
} }
}) })
}else{ }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