@@ -193,6 +193,10 @@ export default {
},1100)
}
+ }).catch(()=>{
+ //重要,如果报错了关闭加载中
+ uni.hideLoading()
+ this.$msg('出错了呢,请重试')
})
},
@@ -298,6 +302,10 @@ export default {
that.pageTo({url: '/pagesPurchase/info?orderSn='+that.info.orderSn+'&refresh=1',type:2})
+ this.$msg('出错了,请重试')
goBackFn() {
@@ -106,7 +106,7 @@
<tui-list-cell v-if="myShopInfo.cgModel == 0" class="line-cell" :hover="false" :arrow="false">
<view class="tui-title">运费支付</view>
- 长短途费用由
+ 长短途费用
<button @click="changeYfPayWay(1)" class="admin-button-com mini-btn" :class="form.yfPayWay == 1 ? 'blue' : 'default'" style="margin-left:10upx;">寄付</button>
<button @click="changeYfPayWay(2)" class="admin-button-com mini-btn" :class="form.yfPayWay == 2 ? 'blue' : 'default'" style="margin-left:20upx;">到付</button>
</tui-list-cell>