Browse Source

修改获取 余额值

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
819a8b0d7b
1 changed files with 2 additions and 3 deletions
  1. 5
      src/view/put-money.vue

5
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")
}
}
</script>
Loading…
Cancel
Save