|
|
@@ -38,7 +38,7 @@
|
|
|
<span>微信钱包</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="text2">提现金额不低于一元</div>
|
|
|
+ <div class="text2">提现不得小于1元,单日提现最高20000元</div>
|
|
|
<van-button type="primary" size="small" :disabled="notWithdrawal" @click="Withdrawal(notWithdrawal)"
|
|
|
>申请提现</van-button
|
|
|
>
|
|
|
@@ -96,6 +96,12 @@ export default {
|
|
|
.then(res => {
|
|
|
console.log(res);
|
|
|
this.navigateTo('/pages/walletreview?attach=' + res.id);
|
|
|
+ })
|
|
|
+ .catch(e => {
|
|
|
+ wx.showToast({
|
|
|
+ icon: 'none',
|
|
|
+ title: e.error
|
|
|
+ });
|
|
|
});
|
|
|
}
|
|
|
}
|