|
@@ -200,7 +200,7 @@
|
|
});
|
|
});
|
|
document.querySelector('.loading-bg').style.display='none';
|
|
document.querySelector('.loading-bg').style.display='none';
|
|
});
|
|
});
|
|
- var address='',nickname='',ads_tel='';
|
|
|
|
|
|
+ var address='',nickname='',ads_tel='',ads_pos='';
|
|
// 获取微信共享地址
|
|
// 获取微信共享地址
|
|
mui('body').on('tap', '#open-wechat-addres-a', function() {
|
|
mui('body').on('tap', '#open-wechat-addres-a', function() {
|
|
editAddrV1(
|
|
editAddrV1(
|
|
@@ -209,6 +209,7 @@
|
|
address = res.provinceName + "-" + res.cityName + "-" + res.countryName + "-" + res.detailInfo;
|
|
address = res.provinceName + "-" + res.cityName + "-" + res.countryName + "-" + res.detailInfo;
|
|
nickname=res.userName;
|
|
nickname=res.userName;
|
|
ads_tel= res.telNumber;
|
|
ads_tel= res.telNumber;
|
|
|
|
+ ads_pos = res.postalCode;
|
|
wechatAddr.status = true;
|
|
wechatAddr.status = true;
|
|
wechatAddr.detailInfo = address;
|
|
wechatAddr.detailInfo = address;
|
|
wechatAddr.postalCode = res.postalCode;
|
|
wechatAddr.postalCode = res.postalCode;
|
|
@@ -242,6 +243,7 @@
|
|
"userMachineAddressInfo": address,
|
|
"userMachineAddressInfo": address,
|
|
"userMachineAddressName": nickname,
|
|
"userMachineAddressName": nickname,
|
|
"userMachineAddressTel":ads_tel,
|
|
"userMachineAddressTel":ads_tel,
|
|
|
|
+ "userMachineAddressPostalcode": ads_pos
|
|
};
|
|
};
|
|
$.ajax({
|
|
$.ajax({
|
|
type: 'post',
|
|
type: 'post',
|