Compare commits
3 Commits
e5d283095d
...
22ad7a49bf
| Author | SHA1 | Date |
|---|---|---|
|
|
22ad7a49bf | |
|
|
aa286697e8 | |
|
|
f592fee699 |
|
|
@ -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()
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue