调整提现提示信息

This commit is contained in:
唐明明
2021-11-09 09:35:45 +08:00
parent 92ea90697f
commit 9749aec218
5 changed files with 2742 additions and 2747 deletions

View File

@@ -226,17 +226,20 @@
title: '提交中'
})
withdrawsIndex(data).then(res => {
uni.showToast({
title: res,
icon: 'none',
duration: 3000
uni.showModal({
title : '提示',
content : res,
showCancel : false,
success : modalRes => {
if(modalRes.confirm){
this.getInfo()
this.withdraw_input = ''
this.total = ''
this.alipayUser = ''
this.alipayName = ''
}
}
})
this.withdraw_input = ''
this.total = ''
this.alipayUser = ''
this.alipayName = ''
this.getInfo()
}).catch(err => {
uni.showToast({
title: err.message,