Răsfoiți Sursa

采购兼容

shish 11 luni în urmă
părinte
comite
112822832b

+ 8 - 0
ghsApp/src/pagesPurchase/components/pageSuccess.vue

@@ -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})
 					},1100)
 				}
+			}).catch(()=>{
+				//重要,如果报错了关闭加载中
+				uni.hideLoading()
+				this.$msg('出错了,请重试')
 			})
 		},
 		goBackFn() {

+ 1 - 1
ghsApp/src/pagesPurchase/details.vue

@@ -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>