Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wangqing
9 years ago
Commit
56cf79552ba00dc0e4df4a63f7793d2574652c45
1 parent
72609a22
头部模板
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
1 deletions
template/www.yohobuy.com/partials/layout/page-header.phtml
template/www.yohobuy.com/partials/layout/page-header.phtml
View file @
56cf795
...
...
@@ -296,5 +296,64 @@
</div>
\
{
\{/carData\
}
\}
</script>
<script
type=
"text/html"
id=
"tmpl-my-login-new"
>
<div
class=
"myyoho-info-header clearfix"
>
\
{
\{#
head_ico
\
}
\}
<div
class=
"myyoho-photo"
style=
"display:none;"
><img
src=
""
alt=
""
data-url
=
"\{\{it.head_ico\}\}"
>
</div>
\
{
\{/
head_ico\
}
\}
<h
3
class=
"user-email"
><a
href=
"<?php print QConfigs_Site_Config::$site_url?>/home?t=\{\{random\}\}"
>\
{
\{profile_name\
}
\}</a></h
3
>
<h
3
class=
"user-level"
>
VIP:
<span
class=
"leveldetail"
>\
{
\{vip.curVipInfo.title\
}
\}</span>
</h
3
>
\
{
\{#equallevelthree
vip.curVipInfo.curLevel\
}
\}
<div
class=
"levelinfo"
>
<div
class=
"levelwrapper float-left"
>
<div
class=
"levelspan"
>
<span
class=
"has"
>\
{
\{vip.curYearCost\
}
\}</span>
<span
class=
"total"
>\
{
\{vip.nextVipInfo.needCost\
}
\}</span>
</div>
<p
class=
"\{\{#equalzero it.vip.curYearCostPer\}\}integrate\{\{/equalzero\}\}"
style=
"width: \{\{vip.curYearCostPer\}\}%;"
></p>
</div>
<span
class=
"cardcate float-left"
>\
{
\{vip.nextVipInfo.title\
}
\}</span>
</div>
\
{
\{/equallevelthree\
}
\}
</div>
<ul
class=
"myyoho-info-content"
>
<li
class=
"item"
>
<span
class=
"itemdetail float-left"
>
<a
href=
"<?php print QConfigs_Site_Config::$site_url?>/home/orders?t=<?php print microtime(true);?>"
>待处理的订单</a>
</span>
<span
class=
"itemnum float-right"
>\
{
\{orderCount\
}
\}</span>
</li>
<li
class=
"item"
>
<span
class=
"itemdetail float-left"
>
<a
href=
"<?php print QConfigs_Site_Config::$site_url?>/home/favorite?t=<?php print microtime(true);?>"
>我的收藏</a>
</span>
<span
class=
"itemnum float-right"
></span>
</li>
<li
class=
"item"
>
<span
class=
"itemdetail float-left"
>
<a
href=
"<?php print QConfigs_Site_Config::$site_url?>/home/coupons?t=<?php print microtime(true);?>"
>我的优惠券</a>
</span>
<span
class=
"itemnum float-right"
>\
{
\{couponCount\
}
\}</span>
</li>
<li
class=
"item"
>
<span
class=
"itemdetail float-left"
>
<a
href=
"<?php print QConfigs_Site_Config::$site_url?>/home/currency?t=<?php print microtime(true);?>"
>我的YOHO币</a>
</span>
<span
class=
"itemnum float-right"
>\
{
\{YohocoinCount\
}
\}</span>
</li>
<li
class=
"item"
>
<span
class=
"itemdetail float-left"
>
<a
href=
"<?php print QConfigs_Site_Config::$site_url?>/home/returns?t=<?php print microtime(true);?>"
>我的退货换货</a>
</span>
<span
class=
"itemnum float-right"
>\
{
\{refundCount\
}
\}</span>
</li>
</ul>
<div
class=
"myyoho-info-footer"
>
<a
href=
"<?php print QConfigs_Site_Config::$site_url?>/home/user?t=<?php print microtime(true);?>"
>完善资料</a>
</div>
</script>
</div>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment