Browse Source

增加发船失败提醒

htc 10 months ago
parent
commit
d124502b14
2 changed files with 2 additions and 2 deletions
  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);
 			},