调整提现提示信息
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user