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
xuqi
9 years ago
Commit
34ee916669a6002b1414b59106b0f95139a92c4e
1 parent
fa240162
guang wx share attr
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
static/js/guang/detail.js
template/m.yohobuy.com/actions/guang/info/index.phtml
static/js/guang/detail.js
View file @
34ee916
...
...
@@ -27,7 +27,7 @@ var winW = $(window).width();
var
myScroll
;
require
(
'../plugin/wxshare'
)();
require
(
'../plugin/wx
-
share'
)();
/**
* 计算搭配的箭头的位置
...
...
template/m.yohobuy.com/actions/guang/info/index.phtml
View file @
34ee916
...
...
@@ -152,6 +152,12 @@
{
{/if
}
}
</div>
</div>
{
{!--
wx-share
--
}
}
<input
id=
"shareLink"
type=
"hidden"
value=
{
{shareLink
}
}>
<input
id=
"shareImg"
type=
"hidden"
value=
{
{shareImg
}
}>
<input
id=
"shareTitle"
type=
"hidden"
value=
{
{shareTitle
}
}>
<input
id=
"shareDesc"
type=
"hidden"
value=
{
{shareDesc
}
}>
{
{/
guang
}
}
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment