...
|
...
|
@@ -33,7 +33,9 @@ |
|
|
<div class='speck-title-image' data-fid='{{id}}' data-name='{{title}}'>
|
|
|
<div class="header-title">
|
|
|
{{title}}
|
|
|
<a class="more" href="{{moreUrl}}">{{moreName}}</a>
|
|
|
{{#if moreName}}
|
|
|
<a class="more" href="{{moreUrl}}">{{moreName}}</a>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
<div class="title-image">
|
|
|
<a class="image" href="{{image.url}}">
|
...
|
...
|
@@ -59,9 +61,11 @@ |
|
|
{{#if result.recommend.title}}
|
|
|
<div class="header-title">
|
|
|
{{result.recommend.title.name}}
|
|
|
<a class="more" href="{{result.recommend.title.moreUrl}}">
|
|
|
{{result.recommend.title.moreName}}
|
|
|
</a>
|
|
|
{{#if result.recommend.title.moreName}}
|
|
|
<a class="more" href="{{result.recommend.title.moreUrl}}">
|
|
|
{{result.recommend.title.moreName}}
|
|
|
</a>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
{{#if result.recommend.data}}
|
...
|
...
|
@@ -79,9 +83,11 @@ |
|
|
{{#if result.goods.title}}
|
|
|
<div class="header-title">
|
|
|
{{result.goods.title.name}}
|
|
|
<a class="more" href="{{result.goods.title.moreUrl}}">
|
|
|
{{result.goods.title.moreName}}
|
|
|
</a>
|
|
|
{{#if result.goods.title.moreName}}
|
|
|
<a class="more" href="{{result.goods.title.moreUrl}}">
|
|
|
{{result.goods.title.moreName}}
|
|
|
</a>
|
|
|
{{/if}}
|
|
|
<input type='hidden' value='{{result.goods.productSkns}}' class='product-skns' />
|
|
|
</div>
|
|
|
|
...
|
...
|
|