Commit 9297d326 by 冷斌

后台修改

parent 064a1000
......@@ -174,10 +174,10 @@ class AdminGoodsAction extends AdministratorAction
$this->opt['status'] = array('0' => '删除', '1' => '正常', '2' => '禁用');
$this->opt['is_best'] = array('0' => '否', '1' => '是');
ob_start();
echo W('CategoryLevel', array('table' => 'goods_category', 'id' => 'goods_level'));
$output = ob_get_contents();
ob_end_clean();
// ob_start();
// echo W('CategoryLevel', array('table' => 'goods_category', 'id' => 'goods_level'));
// $output = ob_get_contents();
// ob_end_clean();
$this->savePostUrl = U('mall/AdminGoods/addGoods');
$this->displayConfig(array('goods_cate' => $output));
}
......
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