Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Rock Zhang
9 years ago
Commit
f67c07d26ec71b2c2b9aff45978e062c71698419
1 parent
1475d9db
修复元宵抽签活动标题
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Yuanxiao.php
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Yuanxiao.php
View file @
f67c07d
...
...
@@ -31,7 +31,7 @@ class YuanxiaoController extends HuodongAction
public
function
indexAction
()
{
$this
->
_view
->
display
(
'index'
,
array
(
'staticTitle'
=>
'
元宵抽签
'
,
'staticTitle'
=>
'
2016潮流运势测试!
'
,
'staticFile'
=>
self
::
STATIC_FILE
,
'staticJS'
=>
array
(
'home.js'
...
...
@@ -70,7 +70,7 @@ class YuanxiaoController extends HuodongAction
$this
->
go
(
Helpers
::
url
(
'/cuxiao/yuanxiao/wait'
));
}
else
{
// 不成功就显示返回的错误信息
$this
->
_view
->
display
(
'info'
,
array
(
'staticTitle'
=>
'
元宵抽签
'
,
'staticTitle'
=>
'
2016潮流运势测试!
'
,
'staticFile'
=>
self
::
STATIC_FILE
,
'staticJS'
=>
array
(
'info.js'
...
...
@@ -86,7 +86,7 @@ class YuanxiaoController extends HuodongAction
$userData
=
YuanxiaoModel
::
getUserProfileData
(
$uid
);
$this
->
_view
->
display
(
'info'
,
array
(
'staticTitle'
=>
'
元宵抽签
'
,
'staticTitle'
=>
'
2016潮流运势测试!
'
,
'staticFile'
=>
self
::
STATIC_FILE
,
'staticJS'
=>
array
(
'info.js'
...
...
@@ -108,7 +108,7 @@ class YuanxiaoController extends HuodongAction
$this
->
auditJumpLogin
();
$this
->
_view
->
display
(
'wait'
,
array
(
'staticTitle'
=>
'
元宵抽签
'
,
'staticTitle'
=>
'
2016潮流运势测试!
'
,
'staticFile'
=>
self
::
STATIC_FILE
,
'activityUrl'
=>
Helpers
::
url
(
'/cuxiao/yuanxiao/result'
),
'staticJS'
=>
array
(
...
...
@@ -137,7 +137,7 @@ class YuanxiaoController extends HuodongAction
));
$this
->
_view
->
display
(
'result'
,
array
(
'staticTitle'
=>
'
元宵抽签
'
,
'staticTitle'
=>
'
2016潮流运势测试!
'
,
'needShare'
=>
$this
->
checkNeedShare
(),
// 是否需要微信分享
'staticFile'
=>
self
::
STATIC_FILE
,
'result'
=>
$result
,
...
...
@@ -168,7 +168,7 @@ class YuanxiaoController extends HuodongAction
$result
=
YuanxiaoModel
::
getChoujiangShareInfo
(
$uid
);
$this
->
_view
->
display
(
'share'
,
array
(
'staticTitle'
=>
'
元宵抽签
'
,
'staticTitle'
=>
'
2016潮流运势测试!
'
,
'staticFile'
=>
self
::
STATIC_FILE
,
'result'
=>
array
(
'name'
=>
$result
[
'name'
],
...
...
Please
register
or
login
to post a comment