htc 1 год назад
Родитель
Сommit
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);
 			},