同步
This commit is contained in:
@@ -50,6 +50,9 @@ const withdrawsCreate = () => {
|
|||||||
|
|
||||||
// 奖金提现申请
|
// 奖金提现申请
|
||||||
const withdraws = data => {
|
const withdraws = data => {
|
||||||
|
|
||||||
|
console.log(data)
|
||||||
|
|
||||||
return request({
|
return request({
|
||||||
url: 'withdraws/index',
|
url: 'withdraws/index',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
|||||||
@@ -93,9 +93,6 @@
|
|||||||
this.identity = id_card
|
this.identity = id_card
|
||||||
this.type = bank.message_type
|
this.type = bank.message_type
|
||||||
this.isDisabled = has_bank
|
this.isDisabled = has_bank
|
||||||
|
|
||||||
console.log(bank)
|
|
||||||
|
|
||||||
this.name = id_card.name
|
this.name = id_card.name
|
||||||
this.idcard = id_card.id_card_no
|
this.idcard = id_card.id_card_no
|
||||||
if(has_bank){
|
if(has_bank){
|
||||||
@@ -107,9 +104,6 @@
|
|||||||
|
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
|
|
||||||
console.log(err)
|
|
||||||
|
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
content : err.message,
|
content : err.message,
|
||||||
showCancel : false,
|
showCancel : false,
|
||||||
|
|||||||
Reference in New Issue
Block a user