Пример #1
0
 public function banner1()
 {
     $Notice = new NoticeModel();
     $BrandNotice = $Notice->getByType(1);
     $BrandQJ = $Notice->getByType(2);
     $BrandZM = $Notice->getByType(3);
     $BrandZY = $Notice->getByType(4);
     $Brand = new BrandModel();
     $BrandSYC = $Brand->getBrandByType(1);
     $BrandLT = $Brand->getBrandByType(2);
     $BrandYP = $Brand->getBrandByType(3);
     $BrandLBJ = $Brand->getBrandByType(4);
     $BrandCCSB = $Brand->getBrandByType(5);
     $this->assign('BrandSYC', $BrandSYC);
     $this->assign('BrandLT', $BrandLT);
     $this->assign('BrandYP', $BrandYP);
     $this->assign('BrandLBJ', $BrandLBJ);
     $this->assign('BrandCCSB', $BrandCCSB);
     $this->assign('banrd_notice', $BrandNotice[0]);
     $this->assign('BrandQJ', $BrandQJ[0]);
     $this->assign('BrandZM', $BrandZM[0]);
     $this->assign('BrandZY', $BrandZY[0]);
     $this->assign('title', '招商品牌');
     $this->display();
 }
Пример #2
0
 function index()
 {
     $Notice = new NoticeModel();
     $NoticeBZJ = $Notice->getByType(6);
     $NoticeJSFWF = $Notice->getByType(7);
     $ChargeStandard = $Notice->getByTypeRange();
     $this->assign('charge_standard', $ChargeStandard);
     $this->assign('NoticeBZJ', $NoticeBZJ[0]);
     $this->assign('NoticeJSFWF', $NoticeJSFWF[0]);
     $this->assign('title', '资费标准');
     $this->display();
 }
Пример #3
0
 public function index()
 {
     $Notice = new NoticeModel();
     $AutoAttribute = new AutoattributeModel();
     $charge = new ScienceModel();
     $ChargeNotice = $charge->getByValue(110);
     $this->assign('charge_notice', $ChargeNotice[0]);
     $Science = $AutoAttribute->getScience();
     $this->assign('science', $Science);
     $BrandQJ = $Notice->getByType(2);
     $BrandZM = $Notice->getByType(3);
     $BrandZY = $Notice->getByType(4);
     $this->assign('BrandQJ', $BrandQJ[0]);
     $this->assign('BrandZM', $BrandZM[0]);
     $this->assign('BrandZY', $BrandZY[0]);
     $Nomalnotice = $Notice->getByType(5);
     $this->assign('nomal_notice', $Nomalnotice[0]);
     $this->assign('title', '招商标准');
     $this->display();
 }