|
|
@@ -38,7 +38,7 @@
|
|
|
<span>微信钱包</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="btn2" @click="Withdrawal(notWithdrawal)">申请提现</div>
|
|
|
+ <div class="btn2" :disabled="notWithdrawal" @click="Withdrawal(notWithdrawal)">申请提现</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -114,7 +114,7 @@ export default {
|
|
|
title: '提现审核中'
|
|
|
});
|
|
|
setTimeout(() => {
|
|
|
- this.navigateTo('/pages/withdrawalSuccess');
|
|
|
+ this.navigateTo('/pages/withdrawalExamine');
|
|
|
}, 1000);
|
|
|
// this.navigateTo('/pages/walletreview?attach=' + res.id);
|
|
|
})
|
|
|
@@ -136,7 +136,7 @@ export default {
|
|
|
title: '提现审核中'
|
|
|
});
|
|
|
setTimeout(() => {
|
|
|
- this.navigateTo('/pages/withdrawalSuccess');
|
|
|
+ this.navigateTo('/pages/withdrawalExamine');
|
|
|
}, 1000);
|
|
|
})
|
|
|
.catch(e => {
|