...
|
...
|
@@ -3,7 +3,9 @@ |
|
|
{{#content}}
|
|
|
{{! 头部banner}}
|
|
|
{{#if focus}}
|
|
|
<div class="focus-wrap">
|
|
|
{{> resources/banner-top}}
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
|
|
|
{{! 两个小图}}
|
...
|
...
|
@@ -22,18 +24,18 @@ |
|
|
{{/if}}
|
|
|
|
|
|
{{!-- 会员专享 --}}
|
|
|
<div class="vip-floor-wrap">
|
|
|
{{#if vipFloor}}
|
|
|
{{#if vipFloor}}
|
|
|
<div class="vip-floor-wrap">
|
|
|
{{> resources/vip-floor}}
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
|
|
|
{{!-- 断码区 --}}
|
|
|
<div class="off-code-area-wrap">
|
|
|
{{#if offCodeArea}}
|
|
|
{{> resources/off-code-area}}
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
{{#if offCodeArea}}
|
|
|
<div class="off-code-area-wrap">
|
|
|
{{> resources/off-code-area}}
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
|
|
|
{{!-- OUTLETS --}}
|
|
|
{{#if titleImage}}
|
...
|
...
|
|