This commit is contained in:
唐明明
2023-03-27 17:03:14 +08:00
parent 6acfdb256d
commit b5b3df24f5
2 changed files with 3 additions and 6 deletions

View File

@@ -50,6 +50,9 @@ const withdrawsCreate = () => {
// 奖金提现申请
const withdraws = data => {
console.log(data)
return request({
url: 'withdraws/index',
method: 'POST',

View File

@@ -93,9 +93,6 @@
this.identity = id_card
this.type = bank.message_type
this.isDisabled = has_bank
console.log(bank)
this.name = id_card.name
this.idcard = id_card.id_card_no
if(has_bank){
@@ -107,9 +104,6 @@
uni.hideLoading()
}).catch(err => {
console.log(err)
uni.showModal({
content : err.message,
showCancel : false,