...
|
...
|
@@ -328,37 +328,37 @@ |
|
|
<ul class="myyoho-info-content">
|
|
|
<li class="item">
|
|
|
<span class="itemdetail float-left">
|
|
|
<a href="http://www.yohobuy.com/home/orders?t=<?php print microtime(true);?>">待处理的订单</a>
|
|
|
<a href="http://www.yohobuy.com/home/orders?t=\{\{timestamp\}\}">待处理的订单</a>
|
|
|
</span>
|
|
|
<span class="itemnum float-right">\{\{orderCount\}\}</span>
|
|
|
</li>
|
|
|
<li class="item">
|
|
|
<span class="itemdetail float-left">
|
|
|
<a href="http://www.yohobuy.com/home/favorite?t=<?php print microtime(true);?>">我的收藏</a>
|
|
|
<a href="http://www.yohobuy.com/home/favorite?t=\{\{timestamp\}\}">我的收藏</a>
|
|
|
</span>
|
|
|
<span class="itemnum float-right"></span>
|
|
|
</li>
|
|
|
<li class="item">
|
|
|
<span class="itemdetail float-left">
|
|
|
<a href="http://www.yohobuy.com/home/coupons?t=<?php print microtime(true);?>">我的优惠券</a>
|
|
|
<a href="http://www.yohobuy.com/home/coupons?t=\{\{timestamp\}\}">我的优惠券</a>
|
|
|
</span>
|
|
|
<span class="itemnum float-right">\{\{couponCount\}\}</span>
|
|
|
</li>
|
|
|
<li class="item">
|
|
|
<span class="itemdetail float-left">
|
|
|
<a href="http://www.yohobuy.com/home/currency?t=<?php print microtime(true);?>">我的YOHO币</a>
|
|
|
<a href="http://www.yohobuy.com/home/currency?t=\{\{timestamp\}\}">我的YOHO币</a>
|
|
|
</span>
|
|
|
<span class="itemnum float-right">\{\{YohocoinCount\}\}</span>
|
|
|
</li>
|
|
|
<li class="item">
|
|
|
<span class="itemdetail float-left">
|
|
|
<a href="http://www.yohobuy.com/home/returns?t=<?php print microtime(true);?>">我的退货换货</a>
|
|
|
<a href="http://www.yohobuy.com/home/returns?t=\{\{timestamp\}\}">我的退货换货</a>
|
|
|
</span>
|
|
|
<span class="itemnum float-right">\{\{refundCount\}\}</span>
|
|
|
</li>
|
|
|
</ul>
|
|
|
<div class="myyoho-info-footer">
|
|
|
<a href="http://www.yohobuy.com/home/user?t=<?php print microtime(true);?>">完善资料</a>
|
|
|
<a href="http://www.yohobuy.com/home/user?t=\{\{timestamp\}\}">完善资料</a>
|
|
|
</div>
|
|
|
</script>
|
|
|
</div>
|
...
|
...
|
|