mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 14:40:03 +08:00
自提地址新增距离排序
This commit is contained in:
@ -134,7 +134,9 @@ class UserAddress extends Common
|
||||
*/
|
||||
public function Extraction()
|
||||
{
|
||||
return ConfigService::SiteTypeExtractionAddressList();
|
||||
$params = $this->data_post;
|
||||
$params['user'] = $this->user;
|
||||
return ConfigService::SiteTypeExtractionAddressList(null, $params);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user