分享朋友圈调整
This commit is contained in:
@@ -63,11 +63,14 @@ Page({
|
||||
})
|
||||
return
|
||||
}
|
||||
|
||||
this.setData({
|
||||
bankNo : '',
|
||||
mobile : '',
|
||||
bankVal : 0
|
||||
})
|
||||
if(type == 1){
|
||||
this.setData({
|
||||
name : this.data.identity.name,
|
||||
idcard : this.data.identity.id_card_no
|
||||
name : this.data.identity.name
|
||||
})
|
||||
}else{
|
||||
this.setData({
|
||||
@@ -127,7 +130,7 @@ Page({
|
||||
name : valueObj.name,
|
||||
mobileNo : valueObj.mobile,
|
||||
bank_no : valueObj.bankNo,
|
||||
id_card : valueObj.idcard || '',
|
||||
id_card : this.data.type == 1 ? this.data.identity.id_card_no : valueObj.idcard || '',
|
||||
message_type: this.data.type,
|
||||
}
|
||||
wx.$api.withdraw.withdraws(data).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user