Compare commits
No commits in common. "22ad7a49bfe0d7879c734b4d21e0a2facacabbb1" and "e5d283095d4de2dcc23a235a5e0a5c9526b90fe9" have entirely different histories.
22ad7a49bf
...
e5d283095d
|
|
@ -136,10 +136,10 @@
|
||||||
<u-toast ref="uToast"></u-toast>
|
<u-toast ref="uToast"></u-toast>
|
||||||
|
|
||||||
<!-- 提现引导弹窗 -->
|
<!-- 提现引导弹窗 -->
|
||||||
<!-- <WithdrawalGuide
|
<WithdrawalGuide
|
||||||
:show="showWithdrawalGuide"
|
:show="showWithdrawalGuide"
|
||||||
@confirm="onWithdrawalGuideConfirm"
|
@confirm="onWithdrawalGuideConfirm"
|
||||||
/> -->
|
/>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
@ -257,7 +257,7 @@ export default {
|
||||||
})
|
})
|
||||||
// 显示提现引导弹窗
|
// 显示提现引导弹窗
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
uni.navigateBack()
|
this.showWithdrawalGuide = true
|
||||||
}, 300)
|
}, 300)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
@ -292,6 +292,7 @@ export default {
|
||||||
// 处理提现引导弹窗确认
|
// 处理提现引导弹窗确认
|
||||||
onWithdrawalGuideConfirm() {
|
onWithdrawalGuideConfirm() {
|
||||||
this.showWithdrawalGuide = false
|
this.showWithdrawalGuide = false
|
||||||
|
uni.navigateBack()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue