Explorar el Código

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

吴昊天 hace 2 años
padre
commit
39fbac7720
Se han modificado 1 ficheros con 2 adiciones y 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()
 				}
 			}