@@ -36,6 +36,8 @@ class Core
if (!$this->shop) {
Dever::alert('门店不存在');
}
+
+ $this->shop['coord_address'] = '';
public function checkLogin()
@@ -38,8 +38,6 @@ class My extends Core
$this->data['user'] = $this->user;
$this->data['shop'] = $this->shop;
- $this->data['shop']['coord_address'] = '';
-
return $this->data;