Authored by zhangxiaoru

guangcollocation

... ... @@ -258,7 +258,9 @@ exports.i = function(useIscroll) {
}
if (pageInIscroll) {
initIscroll();
setTimeout(function() {
initIscroll();
}, 100);
}
};
... ...
... ... @@ -493,8 +493,9 @@
}
.weixin {
margin: 20px;
margin: 20px 0;
text-align: center;
padding: 0 20px;
.ems-cnpl {
width: 47.3%;
... ...
... ... @@ -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}}">
... ...