fix(withDrawal): 提现disable

This commit is contained in:
woody 2025-07-08 16:22:09 +08:00
parent 187d2411e2
commit 74a109be7a
1 changed files with 2 additions and 4 deletions

View File

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