فهرست منبع

修复充值时自定义支付金额,在支付弹窗内不显示金额

吴昊天 2 سال پیش
والد
کامیت
39fbac7720
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      template/uni-app/pages/users/user_payment/index.vue

+ 2 - 1
template/uni-app/pages/users/user_payment/index.vue

@@ -522,7 +522,8 @@
 							}
 						},
 					})
-				} else {
+				} else {
+					if(this.numberPic == '') this.numberPic = this.money;
 					this.pay()
 				}
 			}