Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
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
Plain Diff
Browse Files
Authored by
毕凯
2016-02-19 20:07:51 +0800
Commit
527a26dc90df0387e465ca7ee9ac364bd10b424a
2 parents
be2fd429
2c4a8805
Merge branch 'feature/wap/yuanxiao' of git.dev.yoho.cn:web/yohobuy into feature/wap/yuanxiao
uanxiao
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 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 @
527a26d
...
...
@@ -69,7 +69,6 @@ class YuanxiaoController extends HuodongAction
$this
->
setCookie
(
'yuanxiaochouqian'
,
json_encode
(
$cookieData
),
time
()
+
15
*
60
);
$this
->
go
(
Helpers
::
url
(
'/cuxiao/yuanxiao/wait'
));
}
else
{
// 不成功就显示返回的错误信息
var_dump
(
$result
[
'message'
]);
$this
->
_view
->
display
(
'info'
,
array
(
'staticTitle'
=>
'元宵抽签'
,
'staticFile'
=>
self
::
STATIC_FILE
,
...
...
Please
register
or
login
to post a comment