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
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
2016-03-11 15:45:55 +0800
Commit
3d1bdf96243e0d105c9fd69525e0060211947330
1 parent
28e549cc
测试fastclick效果
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
static/js/common.js
template/m.yohobuy.com/partials/layout/footer.phtml
static/js/common.js
View file @
3d1bdf9
...
...
@@ -283,7 +283,7 @@ $.extend({
}
});
FastClick
.
attach
(
document
.
body
);
//
FastClick.attach(document.body);
//暴露公共接口
window
.
cookie
=
cookie
;
...
...
template/m.yohobuy.com/partials/layout/footer.phtml
View file @
3d1bdf9
{
{>
layout/page_footer
}
}
{
{>
layout/download_app
}
}
<script
type=
"text/javascript"
src=
"//cdn.bootcss.com/fastclick/1.0.6/fastclick.min.js"
></script>
{
{#if
hasWxShare
}
}
<script
type=
"text/javascript"
charset=
"utf-8"
src=
"http://res.wx.qq.com/open/js/jweixin-1.0.0.js"
></script>
{
{/if
}
}
...
...
Please
register
or
login
to post a comment