Showing
1 changed file
with
60 additions
and
1 deletions
@@ -296,5 +296,64 @@ | @@ -296,5 +296,64 @@ | ||
296 | </div> | 296 | </div> |
297 | \{\{/carData\}\} | 297 | \{\{/carData\}\} |
298 | </script> | 298 | </script> |
299 | - | 299 | + <script type="text/html" id="tmpl-my-login-new"> |
300 | + <div class="myyoho-info-header clearfix"> | ||
301 | + \{\{# head_ico \}\} | ||
302 | + <div class="myyoho-photo" style="display:none;"><img src="" alt="" data-url ="\{\{it.head_ico\}\}"> | ||
303 | + </div> | ||
304 | + \{\{/ head_ico\}\} | ||
305 | + <h3 class="user-email"><a href="<?php print QConfigs_Site_Config::$site_url?>/home?t=\{\{random\}\}">\{\{profile_name\}\}</a></h3> | ||
306 | + <h3 class="user-level"> | ||
307 | + VIP: | ||
308 | + <span class="leveldetail">\{\{vip.curVipInfo.title\}\}</span> | ||
309 | + </h3> | ||
310 | + \{\{#equallevelthree vip.curVipInfo.curLevel\}\} | ||
311 | + <div class="levelinfo"> | ||
312 | + <div class="levelwrapper float-left"> | ||
313 | + <div class="levelspan"> | ||
314 | + <span class="has">\{\{vip.curYearCost\}\}</span> | ||
315 | + <span class="total">\{\{vip.nextVipInfo.needCost\}\}</span> | ||
316 | + </div> | ||
317 | + <p class="\{\{#equalzero it.vip.curYearCostPer\}\}integrate\{\{/equalzero\}\}" style="width: \{\{vip.curYearCostPer\}\}%;"></p> | ||
318 | + </div> | ||
319 | + <span class="cardcate float-left">\{\{vip.nextVipInfo.title\}\}</span> | ||
320 | + </div> | ||
321 | + \{\{/equallevelthree\}\} | ||
322 | + </div> | ||
323 | + <ul class="myyoho-info-content"> | ||
324 | + <li class="item"> | ||
325 | + <span class="itemdetail float-left"> | ||
326 | + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/orders?t=<?php print microtime(true);?>">待处理的订单</a> | ||
327 | + </span> | ||
328 | + <span class="itemnum float-right">\{\{orderCount\}\}</span> | ||
329 | + </li> | ||
330 | + <li class="item"> | ||
331 | + <span class="itemdetail float-left"> | ||
332 | + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/favorite?t=<?php print microtime(true);?>">我的收藏</a> | ||
333 | + </span> | ||
334 | + <span class="itemnum float-right"></span> | ||
335 | + </li> | ||
336 | + <li class="item"> | ||
337 | + <span class="itemdetail float-left"> | ||
338 | + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/coupons?t=<?php print microtime(true);?>">我的优惠券</a> | ||
339 | + </span> | ||
340 | + <span class="itemnum float-right">\{\{couponCount\}\}</span> | ||
341 | + </li> | ||
342 | + <li class="item"> | ||
343 | + <span class="itemdetail float-left"> | ||
344 | + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/currency?t=<?php print microtime(true);?>">我的YOHO币</a> | ||
345 | + </span> | ||
346 | + <span class="itemnum float-right">\{\{YohocoinCount\}\}</span> | ||
347 | + </li> | ||
348 | + <li class="item"> | ||
349 | + <span class="itemdetail float-left"> | ||
350 | + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/returns?t=<?php print microtime(true);?>">我的退货换货</a> | ||
351 | + </span> | ||
352 | + <span class="itemnum float-right">\{\{refundCount\}\}</span> | ||
353 | + </li> | ||
354 | + </ul> | ||
355 | + <div class="myyoho-info-footer"> | ||
356 | + <a href="<?php print QConfigs_Site_Config::$site_url?>/home/user?t=<?php print microtime(true);?>">完善资料</a> | ||
357 | + </div> | ||
358 | + </script> | ||
300 | </div> | 359 | </div> |
-
Please register or login to post a comment