...
|
...
|
@@ -54,4 +54,23 @@ class YuanxiaoController extends HuodongAction |
|
|
)
|
|
|
));
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 元宵抽签 结果
|
|
|
*/
|
|
|
public function resultAction()
|
|
|
{
|
|
|
$this->_view->display('result', array(
|
|
|
'staticTitle' => '元宵抽签',
|
|
|
'result' => array(
|
|
|
'name' => '张大龙',
|
|
|
'type' => 'P1'
|
|
|
),
|
|
|
'staticCSS' => 'http://localhost:2222/assets/1.0.0/css/style.css',
|
|
|
'staticJS' => array(
|
|
|
'http://localhost:2222/assets/1.0.0/js/main.js',
|
|
|
'http://localhost:2222/assets/1.0.0/js/result.js'
|
|
|
)
|
|
|
));
|
|
|
}
|
|
|
} |
...
|
...
|
|