|
@@ -37,6 +37,7 @@ class BestKnowledgeAd extends Controller
|
|
*/
|
|
*/
|
|
public function ad_edit(){
|
|
public function ad_edit(){
|
|
$this->ad_vali();
|
|
$this->ad_vali();
|
|
|
|
+ $this->assign('category',DataXwCategory::show()->select());
|
|
DataBestKnowledgeAd::mForm('ad_form');
|
|
DataBestKnowledgeAd::mForm('ad_form');
|
|
}
|
|
}
|
|
protected function ad_vali(){
|
|
protected function ad_vali(){
|