正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -24,7 +24,7 @@ class Business extends Base | @@ -24,7 +24,7 @@ class Business extends Base | ||
24 | $postParam = $this->request->param(); | 24 | $postParam = $this->request->param(); |
25 | $this->postParam = $postParam; | 25 | $this->postParam = $postParam; |
26 | parent::_initialize(); | 26 | parent::_initialize(); |
27 | - $this->auth->id=3 ;//测试用 | 27 | + //$this->auth->id=3 ;//测试用 |
28 | $postParam = $this->request->param(); | 28 | $postParam = $this->request->param(); |
29 | $this->postParam = $postParam; | 29 | $this->postParam = $postParam; |
30 | if (empty($postParam['store_id'])) { | 30 | if (empty($postParam['store_id'])) { |
-
请 注册 或 登录 后发表评论