Explorar o código

去掉 支付失败

shish %!s(int64=5) %!d(string=hai) anos
pai
achega
e27f32d671

+ 0 - 1
hdApp/src/admin/recharge/renew.vue

@@ -58,7 +58,6 @@ export default {
       })
     },
     getError () {
-      this.$msg("支付失败!");
     },
     // 去购买
     goBuy () {

+ 0 - 1
hdApp/src/pagesPurchase/purDetails.vue

@@ -236,7 +236,6 @@ export default {
       })
     },
     getError () {
-      this.$msg("支付失败!");
     },
     getSuccess () {
       uni.navigateTo({

+ 0 - 1
hdApp/src/pagesPurchase/wechatPay.vue

@@ -141,7 +141,6 @@ export default {
       this.keyShow = false
     },
     getError () {
-      this.$msg("支付失败!");
     },
     _balancePay () {
       console.log('this.getLoginInfo===>', this.getLoginInfo, this.getDictionariesInfo)

+ 1 - 11
hdApp/src/pagesShare/pay.vue

@@ -311,19 +311,9 @@ export default {
     },
     // 支付成功
     paySuccess() {
-      // alert('支付成功!')
-      // this.$util.pageTo({
-      //   url: "/pages/callback/index",
-      //   type: 2,
-      //   query: {
-      //     pageStatus: 3,
-      //     id: this.payCallData.orderId,
-      //     ...this.params
-      //   }
-      // });
     },
     payFail() {
-      alert("支付失败!");
+
     },
   }
 };

+ 0 - 1
mallApp/src/pages/callback/index.vue

@@ -232,7 +232,6 @@ export default {
       });
     },
     payFail() {
-      alert("支付失败!");
     },
     balancePayFn() {
       if (this.shopUser.hasPayPwd == 0) {

+ 1 - 1
mallApp/src/pages/pay/index.vue

@@ -297,7 +297,7 @@
 				})
 			},
 			payFail() {
-				alert('支付失败!')
+			
 			}
 		}
 	}