Browse Source

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

吴昊天 2 năm trước cách đây
mục cha
commit
39fbac7720
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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()
 				}
 			}