Authored by zhangxiaoru

个人中心弹窗

... ... @@ -48,7 +48,7 @@
</div>
</div>
<input id="shareLink" type="hidden" value="{{url}}">
<input id="shareLink" type="hidden" value="{{shareUrl}}">
<input id="shareImg" type="hidden" value="{{sharePic}}">
<input id="shareTitle" type="hidden" value="{{shareMainTitle}}">
<input id="shareDesc" type="hidden" value="{{shareSubTitle}}">
... ...
<div class="my-page yoho-page">
<div class="my-header">
<div class="my-header{{#if isLogin}} login{{/if}}">
{{#isLogin}}
<a class="user-info" href="/home/mydetails">
<span class="user-avatar" data-avatar="{{image headIco 128 128}}"></span>
... ...
... ... @@ -92,7 +92,7 @@ $('.res-c').on('click', 'a', function() {
});
(function() {
if ($('.code-tip') && $('.username')) {
if ($('.code-tip') && $('.my-header').hasClass('login')) {
if (!window.cookie('trend-pop') || parseInt(window.cookie('trend-pop'), 10) !== 1) {
$('.set-trend-world').removeClass('set-trend-hide');
... ...
... ... @@ -46,7 +46,8 @@
.more {
color: #4a90e2;
display: inline-block;
display: block;
padding-bottom: 20px;
}
}
... ...