作者 lyh

gx

@@ -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'];