mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
仓库,用户地址管理坐标查看优化
This commit is contained in:
@ -70,6 +70,9 @@ class UserAddress extends Common
|
||||
];
|
||||
$ret = UserAddressService::UserAddressAdminList($data_params);
|
||||
|
||||
// 加载百度地图api
|
||||
$this->assign('is_load_baidu_map_api', 1);
|
||||
|
||||
// 基础参数赋值
|
||||
$this->assign('params', $this->data_request);
|
||||
$this->assign('page_html', $page->GetPageHtml());
|
||||
|
||||
@ -58,10 +58,13 @@ class Warehouse extends Common
|
||||
'where' => $this->form_where,
|
||||
];
|
||||
$ret = WarehouseService::WarehouseList($data_params);
|
||||
$this->assign('data_list', $ret['data']);
|
||||
|
||||
// 加载百度地图api
|
||||
$this->assign('is_load_baidu_map_api', 1);
|
||||
|
||||
// 基础参数赋值
|
||||
$this->assign('params', $this->data_request);
|
||||
$this->assign('data_list', $ret['data']);
|
||||
return $this->fetch();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user