Преглед на файлове

增加发船失败提醒

htc преди 11 месеца
родител
ревизия
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);
 			},