正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -56,8 +56,8 @@ class ProductLogic extends BaseLogic | @@ -56,8 +56,8 @@ class ProductLogic extends BaseLogic | ||
| 56 | } | 56 | } |
| 57 | if(!empty($seo_mate)){ | 57 | if(!empty($seo_mate)){ |
| 58 | $seo_mate['title'] = $this->param['title'] ?? ''; | 58 | $seo_mate['title'] = $this->param['title'] ?? ''; |
| 59 | - $this->param['seo_mate'] = json_encode($seo_mate,true); | ||
| 60 | } | 59 | } |
| 60 | + $this->param['seo_mate'] = json_encode($seo_mate,true); | ||
| 61 | $route = $this->param['route']; | 61 | $route = $this->param['route']; |
| 62 | $this->model->edit($this->param,['id'=>$this->param['id']]); | 62 | $this->model->edit($this->param,['id'=>$this->param['id']]); |
| 63 | $id = $this->param['id']; | 63 | $id = $this->param['id']; |
-
请 注册 或 登录 后发表评论