优化
This commit is contained in:
@@ -67,8 +67,8 @@ Page({
|
||||
console.log(response);
|
||||
if(response.data){
|
||||
this.setData({
|
||||
realname:response.data.card_name,
|
||||
idcard:response.data.card_num
|
||||
realname:response.data.card_name_mask,
|
||||
idcard:response.data.card_num_mask
|
||||
});
|
||||
}
|
||||
}).catch(errors => {
|
||||
|
||||
Reference in New Issue
Block a user