diff --git a/src/view/put-money.vue b/src/view/put-money.vue index dc6dc82..845550d 100644 --- a/src/view/put-money.vue +++ b/src/view/put-money.vue @@ -58,7 +58,6 @@ watch:{ //验证输入框的值 inputVal: function (val) { - // console.log(val) var rule = /^[1-9]\d*$/; if (!rule.test(val)) { this.inputCue = '( 请输入正整数金额!)' @@ -99,8 +98,8 @@ } }, mounted() { - //this.isWeixin () - this.currentAmount = this.getParam(name) + //获取余额值 + this.currentAmount = this.getParam("currentAmount") } } \ No newline at end of file