• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • ..
  • controllers
  • Yuanxiao.php
  • 增加元宵节抽签活动
    7f538e60
    by 毕凯
    2016-02-16 14:09:18 +0800  
    Browse Files
Yuanxiao.php 375 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<?php

use Action\HuodongAction;
use Plugin\Helpers;
use LibModels\Wap\Cuxiao\ActivityData;
use Api\Yohobuy;

/**
 * 元宵抽签活动
 */
class YuanxiaoController extends HuodongAction
{
    /**
     * 元宵抽签
     */
    public function indexAction()
    {
        $this->_view->display('index', array(
            'staticTitle' => '元宵抽签'
        ));
    }
}