Bläddra i källkod

增加发船失败提醒

htc 11 månader sedan
förälder
incheckning
d124502b14
2 ändrade filer med 2 tillägg och 2 borttagningar
  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);
 			},