Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
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
Download as
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
93b4e4aaf25da9b4977fd8511db5ed6bc0f84bed
2 parents
266534d6
4aaa5e24
Merge branch 'feature/givePoint'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
web-static/js/home/index.js
web-static/js/home/index.js
View file @
93b4e4a
...
...
@@ -116,15 +116,16 @@ function pageChange(self, $ul, page, itemWith, curPage, num) {
'ACTION_ID'
:
0
,
'page_num'
:
1
});
},
1
00
);
},
40
00
);
$rcUl
.
find
(
'li a'
).
bind
(
'click'
,
function
()
{
var
index
=
$
(
this
).
closest
(
'li'
).
index
()
+
1
;
window
.
givePoint
({
'REC_POSE'
:
120004
,
'PRD_ID'
:
$
(
this
).
data
(
'id'
),
'PRD_NUM'
:
$
(
this
).
closest
(
'li'
).
index
()
+
1
,
'PRD_NUM'
:
index
%
6
===
0
?
6
:
index
%
6
,
'ACTION_ID'
:
1
,
'page_num'
:
1
'page_num'
:
rcCurPage
});
return
true
;
});
...
...
Please
register
or
login
to post a comment