作者 lyh

gx

@@ -13,7 +13,6 @@ class BlogLabelLogic extends BaseLogic @@ -13,7 +13,6 @@ class BlogLabelLogic extends BaseLogic
13 public function __construct() 13 public function __construct()
14 { 14 {
15 parent::__construct(); 15 parent::__construct();
16 -  
17 $this->model = new BlogLabelModel(); 16 $this->model = new BlogLabelModel();
18 $this->param = $this->requestAll; 17 $this->param = $this->requestAll;
19 } 18 }
@@ -25,7 +24,6 @@ class BlogLabelLogic extends BaseLogic @@ -25,7 +24,6 @@ class BlogLabelLogic extends BaseLogic
25 * @method 24 * @method
26 */ 25 */
27 public function get_label_name($v){ 26 public function get_label_name($v){
28 - //获取用户已读还是未读  
29 $label_info = $this->model->list(['id'=>['in',explode(',',trim($v['label_id'],','))]],'id',['name']); 27 $label_info = $this->model->list(['id'=>['in',explode(',',trim($v['label_id'],','))]],'id',['name']);
30 $str = ''; 28 $str = '';
31 foreach ($label_info as $v1){ 29 foreach ($label_info as $v1){