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
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2016-06-08 09:31:00 +0800
Commit
a40da490eb9c62ef3b1c1b17465294a4275d5899
1 parent
2ff3c544
优化刷新
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
public/js/guang/star.page.js
public/js/plugin/pull-refresh.js
public/js/guang/star.page.js
View file @
a40da49
...
...
@@ -62,7 +62,6 @@ $(function() {
// $headTab.css({
// transfrom: 'scale(' + scale + ')'
// });
// });
starIScroll
.
iScroll
.
on
(
'scrollEnd'
,
function
()
{
$window
.
trigger
(
'scroll'
);
...
...
public/js/plugin/pull-refresh.js
View file @
a40da49
var
$
=
require
(
'yoho-jquery'
),
IScroll
=
require
(
'yoho-iscroll
/build/iscroll-probe
'
);
IScroll
=
require
(
'yoho-iscroll'
);
// 下拉刷新,上滑加载插件
// 参数一选择器,参数二选项
...
...
Please
register
or
login
to post a comment