浏览代码

增加发船失败提醒

htc 1 年之前
父节点
当前提交
d124502b14
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      pagesHouse/Verification/check.vue
  2. 1 1
      pagesHouse/Verification/checkApp.vue

+ 1 - 1
pagesHouse/Verification/check.vue

@@ -188,7 +188,7 @@
 							url: "/pagesHouse/Verification/success?boatNo=" + this.boatNo + '&price=' +
 								this.orderInfo.realPrice
 						})
-					}
+					}else this.$showToast(res.data.msg)
 				})
 				uni.removeStorageSync(this.keyName);
 			},

+ 1 - 1
pagesHouse/Verification/checkApp.vue

@@ -230,7 +230,7 @@
 							url: "/pagesHouse/Verification/success?boatNo=" + this.boatNo + '&price=' +
 								this.orderInfo.realPrice
 						})
-					}
+					}else this.$showToast(res.data.msg)
 				})
 				uni.removeStorageSync(this.keyName);
 			},