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
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
ddff16a6ff6e134f4da8a9400bf19d575bc8f632
1 parent
8a2bf00a
code review by hf: do add newyear weixin share js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
template/huodong.m.yohobuy.com/actions/cuxiao/christmas/index-3.phtml
template/huodong.m.yohobuy.com/actions/cuxiao/christmas/index-3.phtml
View file @
ddff16a
...
...
@@ -75,7 +75,6 @@
<input
id=
"shareDesc"
type=
"hidden"
value=
"{{shareDesc}}"
>
<script
type=
"text/javascript"
src=
"{{imgUrl}}/cuxiao/js/jquery.min.js"
></script>
<script>
//提示分享
$
(
'.share-btn'
).
click
(
function
()
{
$
(
'.modal'
).
fadeIn
();
...
...
@@ -103,5 +102,10 @@
location
.
reload
();
});
</script>
{{#if weixinShare}}
<script
type=
"text/javascript"
charset=
"utf-8"
src=
"http://res.wx.qq.com/open/js/jweixin-1.0.0.js"
></script>
<script
type=
"text/javascript"
charset=
"utf-8"
src=
"{{jsUrl}}/cuxiao/js/share.weixin.js"
></script>
{{/if}}
{{> layout/analysis}}
</body>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment