Compare commits
No commits in common. "b9137a9dcb6ad61986b2ad83ac0225259fc47600" and "37ea2c24fd7dba39afa704f9bee0e3c275a51e42" have entirely different histories.
b9137a9dcb
...
37ea2c24fd
|
|
@ -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(() => {
|
||||
uni.navigateBack()
|
||||
this.showWithdrawalGuide = true
|
||||
}, 300)
|
||||
}
|
||||
})
|
||||
|
|
@ -292,6 +292,7 @@ export default {
|
|||
// 处理提现引导弹窗确认
|
||||
onWithdrawalGuideConfirm() {
|
||||
this.showWithdrawalGuide = false
|
||||
uni.navigateBack()
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue