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
zhangxiaoru
8 years ago
Commit
b303f778b2a0b24ee622bc67731d4f243b8beea3
1 parent
876137df
guangcollocation
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
static/js/guang/detail.js
static/sass/guang/_detail.css
template/m.yohobuy.com/actions/guang/info/index.phtml
static/js/guang/detail.js
View file @
b303f77
...
...
@@ -258,7 +258,9 @@ exports.i = function(useIscroll) {
}
if
(
pageInIscroll
)
{
initIscroll
();
setTimeout
(
function
()
{
initIscroll
();
},
100
);
}
};
...
...
static/sass/guang/_detail.css
View file @
b303f77
...
...
@@ -493,8 +493,9 @@
}
.weixin
{
margin
:
20px
;
margin
:
20px
0
;
text-align
:
center
;
padding
:
0
20px
;
.ems-cnpl
{
width
:
47.3%
;
...
...
template/m.yohobuy.com/actions/guang/info/index.phtml
View file @
b303f77
...
...
@@ -42,7 +42,7 @@
{
{/if
}
}
{
{#if
weixinPublic
}
}
<div
class=
"weixin"
>
<div
class=
"weixin
post-block
"
>
{
{#each
weixinPublic
}
}
<a
href='//m.yohobuy.com/?openby:yohobuy=
{
"action"
:
"go.copy"
,
"params"
:{
"text"
:
"{{wechat_id}}"
}}
'
class=
"ems-cnpl"
>
<img
class=
"weixin-img"
src=
"{{src}}"
>
...
...
Please
register
or
login
to post a comment