<?php

namespace wechat\controllers;

use wechat\base\CommonController;
use Yii;

class ZtController extends CommonController
{

			// 元旦专题
		    public function actionNewyear()
		    {
		        return $this->render('newyear');
		    }

			// 元旦专题
		    public function actionYuandan()
		    {
		        return $this->render('yuandan');
		    }

			// 春节旅游看房团
		    public function actionNewyearzt()
		    {
		        return $this->render('newyearzt');
		    }

}