|
|
@@ -63,23 +63,6 @@ class HeadNav extends AdminControl
|
|
|
}
|
|
|
$this->error(lang('add_fail'));
|
|
|
} else {
|
|
|
-// $product = array(
|
|
|
-// 'product_isjump' => 0,
|
|
|
-// 'product_status' => 0,
|
|
|
-// 'product_type' => '',
|
|
|
-// 'product_usetime' => '',
|
|
|
-// );
|
|
|
-// $onlygs = array(
|
|
|
-// 'member_id' => 0,
|
|
|
-// 'member_name' =>"请选择所属公司",
|
|
|
-// );
|
|
|
-// $pic_list = model('pic')->getPicList(array('pic_id' => 0));
|
|
|
-// $allgs = model('member')->allcompany('');
|
|
|
-// $this->assign('allgs',$allgs);//所有开启的公司
|
|
|
-// $this->assign('product', $product);
|
|
|
-// $this->assign('onlygs',$onlygs);
|
|
|
-// $this->assign('product_pic_type', ['pic_type' => 'product']);
|
|
|
-// $this->assign('pic_list', $pic_list);
|
|
|
$headnav = array('status'=>1);
|
|
|
$this->assign('headnav', $headnav);
|
|
|
$this->setAdminCurItem('add');
|