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