分享朋友圈调整

This commit is contained in:
唐明明
2023-09-14 09:25:37 +08:00
parent 510cbeb181
commit 0dcf23bfde
43 changed files with 458 additions and 219 deletions

View File

@@ -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 => {