Compare commits
No commits in common. "aa286697e80fbcff884dcaec12b320c67f01f99b" and "086b7e22c6b9b77669940e106a494ef833365ed5" have entirely different histories.
aa286697e8
...
086b7e22c6
|
|
@ -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