...
|
...
|
@@ -254,7 +254,7 @@ function handelAddrInfo(data, reqData, $el) { |
|
|
mobile: reqData.mobile,
|
|
|
code: reqData.areaCode,
|
|
|
phone: reqData.phone,
|
|
|
delivery: data.is_delivery === 'Y',
|
|
|
delivery: data.is_support === 'Y',
|
|
|
cashdelivery: data.is_cash_delivery === 'Y'
|
|
|
});
|
|
|
|
...
|
...
|
@@ -279,7 +279,7 @@ function handelAddrInfo(data, reqData, $el) { |
|
|
mobile: data.mobile,
|
|
|
code: data.area_code,
|
|
|
phone: data.phone,
|
|
|
delivery: data.is_delivery === 'Y',
|
|
|
delivery: data.is_support === 'Y',
|
|
|
cashdelivery: data.is_cash_delivery === 'Y'
|
|
|
};
|
|
|
|
...
|
...
|
|