Merge branch 'bd-test' of 47.94.45.65:angelo/web-base-h5 into bd-online

This commit is contained in:
woody 2025-09-04 11:05:47 +08:00
commit 22ad7a49bf
1 changed files with 3 additions and 4 deletions

View File

@ -136,10 +136,10 @@
<u-toast ref="uToast"></u-toast>
<!-- 提现引导弹窗 -->
<WithdrawalGuide
<!-- <WithdrawalGuide
:show="showWithdrawalGuide"
@confirm="onWithdrawalGuideConfirm"
/>
/> -->
</view>
</template>
@ -257,7 +257,7 @@ export default {
})
//
setTimeout(() => {
this.showWithdrawalGuide = true
uni.navigateBack()
}, 300)
}
})
@ -292,7 +292,6 @@ export default {
//
onWithdrawalGuideConfirm() {
this.showWithdrawalGuide = false
uni.navigateBack()
},
},
}