用户地址新增距离显示字段和订单发货售后提醒

This commit is contained in:
gongfuxiang
2022-04-06 13:22:51 +08:00
parent 28febe6ad0
commit bd128fca7a
3 changed files with 7 additions and 3 deletions

View File

@ -193,6 +193,10 @@ class UserAddressService
{
$is_default = true;
}
// 地理位置距离字段
$v['distance_value'] = null;
$v['distance_unit'] = null;
}
// 是否处理默认地址,没有默认地址将第一个设置为默认地址