Commit ca0b07d6 by 冷斌

后台修改

parent 3a388d34
...@@ -276,11 +276,11 @@ class AdminGoodsAction extends AdministratorAction ...@@ -276,11 +276,11 @@ class AdminGoodsAction extends AdministratorAction
$this->pageTitle['editGoods'] = '编辑商品-' . $good_info['title']; $this->pageTitle['editGoods'] = '编辑商品-' . $good_info['title'];
ob_start(); // ob_start();
echo W('CategoryLevel', array('table' => 'goods_category', 'id' => 'goods_level', 'default' => trim($good_info['fullcategorypath'], ','))); // echo W('CategoryLevel', array('table' => 'goods_category', 'id' => 'goods_level', 'default' => trim($good_info['fullcategorypath'], ',')));
$output = ob_get_contents(); // $output = ob_get_contents();
ob_end_clean(); // ob_end_clean();
$good_info['goods_cate'] = $output; // $good_info['goods_cate'] = $output;
$this->savePostUrl = U('mall/AdminGoods/editGoods'); $this->savePostUrl = U('mall/AdminGoods/editGoods');
$this->displayConfig($good_info); $this->displayConfig($good_info);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment