瀏覽代碼

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

吴昊天 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()
 				}
 			}