feat(withDrawal): 移除灵活用工弹窗
This commit is contained in:
parent
2060717fc5
commit
8a9d19bf9f
|
@ -136,10 +136,10 @@
|
|||
<u-toast ref="uToast"></u-toast>
|
||||
|
||||
<!-- 提现引导弹窗 -->
|
||||
<WithdrawalGuide
|
||||
<!-- <WithdrawalGuide
|
||||
:show="showWithdrawalGuide"
|
||||
@confirm="onWithdrawalGuideConfirm"
|
||||
/>
|
||||
/> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
@ -252,12 +252,11 @@ export default {
|
|||
bal.addWithdraw(this.dataForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
this.$refs.uToast.show({
|
||||
message: res.msg,
|
||||
message: res.msg || '提现成功',
|
||||
type: 'success',
|
||||
})
|
||||
// 显示提现引导弹窗
|
||||
setTimeout(() => {
|
||||
this.showWithdrawalGuide = true
|
||||
uni.navigateBack()
|
||||
}, 300)
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue