Explorar o código

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

吴昊天 %!s(int64=2) %!d(string=hai) anos
pai
achega
39fbac7720
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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()
 				}
 			}