...
|
...
|
@@ -43,10 +43,10 @@ |
|
|
{{/ is_solded}}
|
|
|
</div>
|
|
|
<div class="good-detail-text {{#for_stu}} stu-good-detail {{/for_stu}}">
|
|
|
<a href="{{url}}" target="_blank"{{#if noFollow}} rel="nofollow"{{/if}}>{{{product_name}}}</a>
|
|
|
<a href="{{url}}" target="_blank" title="{{#if productTitle}}{{productTitle}}{{^}}{{product_name}}{{/if}}" {{#if noFollow}} rel="nofollow"{{/if}}>{{{product_name}}}111</a>
|
|
|
<p class="brand">
|
|
|
{{#if brand_name}}
|
|
|
<a href="{{brandUrl}}"{{#if @root.pageNoFollow}} rel="nofollow"{{/if}}>{{brand_name}}</a>
|
|
|
<a href="{{brandUrl}}" title="{{#if productTitle}}{{productTitle}}{{^}}{{product_name}}{{/if}}" {{#if @root.pageNoFollow}} rel="nofollow"{{/if}}>{{brand_name}}</a>
|
|
|
{{/if}}
|
|
|
</p>
|
|
|
<p class="price {{#if vip}}vip-center{{/if}}">
|
...
|
...
|
|