mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
用户地址新增距离显示字段和订单发货售后提醒
This commit is contained in:
@ -193,6 +193,10 @@ class UserAddressService
|
||||
{
|
||||
$is_default = true;
|
||||
}
|
||||
|
||||
// 地理位置距离字段
|
||||
$v['distance_value'] = null;
|
||||
$v['distance_unit'] = null;
|
||||
}
|
||||
|
||||
// 是否处理默认地址,没有默认地址将第一个设置为默认地址
|
||||
|
||||
Reference in New Issue
Block a user