diff --git a/pages/order/register/index.js b/pages/order/register/index.js index bcf0afe..58f5e0b 100644 --- a/pages/order/register/index.js +++ b/pages/order/register/index.js @@ -97,6 +97,7 @@ Page({ finedIndex:-1,//精品选装索引 addressFocus:false, + customer_address:'', }, //生命周期函数--监听页面加载 @@ -525,6 +526,7 @@ Page({ owner_cardid:'', company:'', credit:'', + address:'', }) }, @@ -601,6 +603,7 @@ Page({ owner_mobile:this.data.mobile, owner_cardid:this.data.cardid, owner_cardidpic:this.data.customer_cardidpic, + address:this.data.customer_address?this.data.customer_address:this.data.address, }) }, @@ -1208,6 +1211,7 @@ Page({ that.setData({ cardid:res2.data.IdNum, name:res2.data.Name, + customer_address:res2.data.Address, customer_cardidpic:resp.data.data.url, }) })