From 819a8b0d7bbd9d60d2ff959ecacc57508534b7bf Mon Sep 17 00:00:00 2001 From: fengchengzhi Date: Tue, 24 Jul 2018 17:41:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8E=B7=E5=8F=96=20?= =?UTF-8?q?=E4=BD=99=E9=A2=9D=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/put-money.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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