|
|
|
@ -77,14 +77,13 @@ export default { |
|
|
|
//提交申请 |
|
|
|
submit() { |
|
|
|
if (this.isActive) { |
|
|
|
|
|
|
|
//判断是否在微信环境下操作 |
|
|
|
var ua = navigator.userAgent.toLowerCase(); |
|
|
|
if (!ua.match(/MicroMessenger/i) == "micromessenger") { |
|
|
|
this.$vux.toast.text("请登录微信进行操作", "middle"); |
|
|
|
return; |
|
|
|
} |
|
|
|
putMoney.putMoney({ num : this.inputVal * 100 }).then(res => { |
|
|
|
putMoney.putMoney({ num: this.inputVal * 100 }).then(res => { |
|
|
|
if (res.code == 0) { |
|
|
|
this.$router.push({ |
|
|
|
name: "提现成功", |
|
|
|
|