fix(withDrawal): 提现disable

This commit is contained in:
woody 2025-07-08 16:22:09 +08:00
parent 894fd1cc19
commit 56407dd031
1 changed files with 2 additions and 4 deletions

View File

@ -131,9 +131,7 @@
</view>
</view>
<view class="btnbox">
<u-button :disabled="canbind" class="subbtn" @click="submit">{{
'提现'
}}</u-button>
<u-button class="subbtn" @click="submit">{{ '提现' }}</u-button>
</view>
<u-toast ref="uToast"></u-toast>
@ -208,7 +206,7 @@ export default {
})
},
onLoad() {
this.getList()
// this.getList()
},
methods: {
isLocaled,