|
|
|
@ -120,7 +120,8 @@ |
|
|
|
this.isActive = true; |
|
|
|
this.inputCue = ""; |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
methods: { |
|
|
|
//提交申请 |
|
|
|
@ -180,7 +181,15 @@ |
|
|
|
mounted() { |
|
|
|
//获取余额值 |
|
|
|
this.currentAmount = (this.getParam("currentAmount") / 100).toFixed(2); |
|
|
|
//this.$vux.toast.text(this.currentAmount,'middle') |
|
|
|
//this.$vux.toast.text(this.currentAmount,'middle') |
|
|
|
this.wxShare({ |
|
|
|
merchantNo: '', |
|
|
|
source: 0, |
|
|
|
url: encodeURIComponent(location.href), |
|
|
|
shareUrl: encodeURIComponent( |
|
|
|
"http://" + location.host + "/v2/home" |
|
|
|
) |
|
|
|
}); |
|
|
|
} |
|
|
|
}; |
|
|
|
</script> |