Authored by wangqing

显示头像

@@ -305,7 +305,7 @@ @@ -305,7 +305,7 @@
305 <script type="text/html" id="tmpl-my-login-new"> 305 <script type="text/html" id="tmpl-my-login-new">
306 <div class="myyoho-info-header clearfix"> 306 <div class="myyoho-info-header clearfix">
307 \{\{# head_ico \}\} 307 \{\{# head_ico \}\}
308 - <div class="myyoho-photo" style="display:none;"><img src="" alt="" data-url ="\{\{it.head_ico\}\}"></div> 308 + <div class="myyoho-photo" ><img src="" alt="" data-url ="\{\{it.head_ico\}\}"></div>
309 \{\{/ head_ico\}\} 309 \{\{/ head_ico\}\}
310 <h3 class="user-email"><a href="<?php print QConfigs_Site_Config::$site_url?>/home?t=\{\{random\}\}">\{\{profile_name\}\}</a></h3> 310 <h3 class="user-email"><a href="<?php print QConfigs_Site_Config::$site_url?>/home?t=\{\{random\}\}">\{\{profile_name\}\}</a></h3>
311 <h3 class="user-level"> 311 <h3 class="user-level">
@@ -319,26 +319,26 @@ function JsonPCallBack(data) { @@ -319,26 +319,26 @@ function JsonPCallBack(data) {
319 319
320 if (+data.code === 200) { 320 if (+data.code === 200) {
321 if (typeof data.data === 'object') { 321 if (typeof data.data === 'object') {
322 - if(data.data.url !== ''){  
323 - topbanner = '<a target="_blank" href="' + data.data.url + '" class="page-top-banner"' +  
324 - 'style="height:36px;border:none;background-image:url(' + window.unescape(data.data.src) + ');' +  
325 - 'background-position: center;display:block;background-size:contain">&nbsp;</a>';  
326 - }else{  
327 - topbanner = '<div class="noticewrapper">' +  
328 - '<div class="noticecontainer">' +  
329 - '<h1 class="noticetitle">关于系统升级的公告</h1>' +  
330 - '<div class="noticecontent">' +  
331 - '<p class="tips">尊敬的顾客:</p>' +  
332 - '<p class="detail">您好!为了向您提供更优质的服务,目前系统正在升级,请耐心等待。</p>' +  
333 - '<p class="detail">' +  
334 - '系统升级期间,部分地区用户体验会有暂时中断,如遇紧急事宜,欢迎垂询客服热线:400-889-9646 09:00-22:30(周一至周日)。稍后系统将恢复正常' +  
335 - '</p>' +  
336 - '<p class="detail">使用,欢迎您继续光顾YOHO!BUY有货!带来不便之处深表歉意,请您谅解!</p>' +  
337 - '</div>' +  
338 - '</div>' +  
339 - '</div>';  
340 - }  
341 - $('body').prepend(topbanner); 322 + if (data.data.url !== '') {
  323 + topbanner = '<a target="_blank" href="' + data.data.url + '" class="page-top-banner"' +
  324 + 'style="height:36px;border:none;background-image:url(' + window.unescape(data.data.src) + ');' +
  325 + 'background-position: center;display:block;background-size:contain">&nbsp;</a>';
  326 + } else {
  327 + topbanner = '<div class="noticewrapper">' +
  328 + '<div class="noticecontainer">' +
  329 + '<h1 class="noticetitle">关于系统升级的公告</h1>' +
  330 + '<div class="noticecontent">' +
  331 + '<p class="tips">尊敬的顾客:</p>' +
  332 + '<p class="detail">您好!为了向您提供更优质的服务,目前系统正在升级,请耐心等待。</p>' +
  333 + '<p class="detail">' +
  334 + '系统升级期间,部分地区用户体验会有暂时中断,如遇紧急事宜,欢迎垂询客服热线:400-889-9646 09:00-22:30(周一至周日)。稍后系统将恢复正常' +
  335 + '</p>' +
  336 + '<p class="detail">使用,欢迎您继续光顾YOHO!BUY有货!带来不便之处深表歉意,请您谅解!</p>' +
  337 + '</div>' +
  338 + '</div>' +
  339 + '</div>';
  340 + }
  341 + $('body').prepend(topbanner);
342 } 342 }
343 } 343 }
344 } 344 }