Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
ccbikai(👎🏻🍜)
2016-09-26 18:17:30 +0800
Commit
59f69bc7c1a59cc6c77000522178d939febe6d6d
2 parents
3b0d3df6
cad93758
Merge remote-tracking branch 'origin/feature/VIP_DAY'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
apps/activity/controllers/vipDay.js
public/js/activity/vipday-entry.page.js
apps/activity/controllers/vipDay.js
View file @
59f69bc
...
...
@@ -45,7 +45,7 @@ exports.index = (req, res, next) => {
res
.
locals
.
width750
=
true
;
let
cate
=
{
goods1
:
[
512
03592
,
51228151
,
51315660
],
goods1
:
[
512
81456
,
51228151
,
51315660
],
goods2
:
[
51362376
,
51339512
,
51316684
],
goods3
:
[
51374524
,
51338322
,
51344316
]
};
...
...
public/js/activity/vipday-entry.page.js
View file @
59f69bc
...
...
@@ -173,6 +173,8 @@ var page = {
},
fetchMsg
:
function
()
{
var
self
=
this
;
$
.
get
(
'/activity/vip-day/msg/fetch.json?app_version=1&uid='
+
yoho
.
getUid
())
.
done
(
function
(
res
)
{
if
(
res
.
code
!==
200
)
{
...
...
@@ -180,7 +182,7 @@ var page = {
return
;
}
window
.
clearTimeout
(
this
.
rollTimer
);
window
.
clearTimeout
(
self
.
rollTimer
);
var
$frag
=
$
(
'<ul></ul>'
),
$fragClone
;
...
...
Please
register
or
login
to post a comment