|
|
<div class="me-page blk-page clearfix">
|
|
|
{{# content}}
|
|
|
{{!-- 头部面包屑 --}}
|
|
|
{{> path-nav}}
|
|
|
|
|
|
{{!-- 左侧菜单导航 --}}
|
|
|
<div class="me-navigation left">
|
|
|
<p class="title bold">MY YOHO!BLK</p>
|
|
|
<ul class="nav">
|
|
|
{{#each navigation}}
|
|
|
<li class="nav-row{{#if focus}} focus{{/if}}">
|
|
|
<a href="{{link}}">{{name}}</a>
|
|
|
</li>
|
|
|
{{/each}}
|
|
|
</ul>
|
|
|
{{#if banner}}
|
|
|
<img class="banner-img" data-original="{{banner}}">
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
|
|
|
{{!-- 右侧页面内容 --}}
|
|
|
<div class="me-main left">
|
|
|
{{!-- 我的订单 --}}
|
|
|
{{#if order}}
|
|
|
{{> order}}
|
|
|
{{/if}}
|
|
|
|
|
|
{{!-- 我的退换货 --}}
|
|
|
{{#if return}}
|
|
|
{{> return}}
|
|
|
{{/if}}
|
|
|
|
|
|
{{!-- 我的收藏 --}}
|
|
|
{{#if collection}}
|
|
|
{{> collection}}
|
|
|
{{/if}}
|
|
|
|
|
|
{{!-- 我的消息 --}}
|
|
|
{{#if message}}
|
|
|
{{> message}}
|
|
|
{{/if}}
|
|
|
|
|
|
{{!-- 我的YOHO币 --}}
|
|
|
{{#if currency}}
|
|
|
{{> curency}}
|
|
|
{{/if}}
|
|
|
|
|
|
{{!-- 个人设置 --}}
|
|
|
{{#if setting}}
|
|
|
{{> setting}}
|
|
|
{{/if}}
|
|
|
|
|
|
{{!-- 收货地址 --}}
|
|
|
{{#if address}}
|
|
|
{{> address}}
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
{{/ content}}
|
|
|
|
|
|
{{!-- 在线客服和返回顶部 --}}
|
|
|
<div class="service-top">
|
|
|
<a class="service" href="" target="_blank">
|
|
|
<span class="iconfont"></span>
|
|
|
<span class="hover-text hide">在线<br>客服</span>
|
|
|
</a>
|
|
|
<div class="return-top">
|
|
|
<span class="iconfont bold"></span>
|
|
|
<span class="hover-text hide">返回<br>顶部</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div> |
|
|
\ No newline at end of file |
...
|
...
|
|