Authored by 郭成尧

productName添加

  1 +{{!-- <pre>{{resultShow}}</pre> --}}
1 {{# result}} 2 {{# result}}
2 {{#each goods}} 3 {{#each goods}}
3 <div class="good-info" data-skn="{{skn}}" data-from="{{from}}"> 4 <div class="good-info" data-skn="{{skn}}" data-from="{{from}}">
@@ -39,12 +40,12 @@ @@ -39,12 +40,12 @@
39 {{/if}} 40 {{/if}}
40 </div> 41 </div>
41 <div class="good-detail-text"> 42 <div class="good-detail-text">
42 - <a href="{{url}}" target="_blank">{{{name}}}</a>  
43 - {{#brand}} 43 + <a href="{{url}}" target="_blank">{{{productName}}}</a>
  44 + {{!-- {{# brandName}} --}}
44 <p class="brand"> 45 <p class="brand">
45 - <a href="{{url}}">{{name}}</a> 46 + <a href="{{urlFormat url}}">{{brandName}}</a>
46 </p> 47 </p>
47 - {{/brand}} 48 + {{!-- {{/ brandName}} --}}
48 <p class="price"> 49 <p class="price">
49 {{# marketPrice}} 50 {{# marketPrice}}
50 <span class="market-price">¥{{.}}</span> 51 <span class="market-price">¥{{.}}</span>
@@ -37,12 +37,12 @@ @@ -37,12 +37,12 @@
37 {{/if}} 37 {{/if}}
38 </div> 38 </div>
39 <div class="good-detail-text"> 39 <div class="good-detail-text">
40 - <a href="{{url}}" target="_blank">{{{name}}}</a>  
41 - {{#brand}} 40 + <a href="{{url}}" target="_blank">{{{productName}}}</a>
  41 + {{!-- {{# brandName}} --}}
42 <p class="brand"> 42 <p class="brand">
43 - <a href="{{url}}">{{name}}</a> 43 + <a href="{{urlFormat url}}">{{brandName}}</a>
44 </p> 44 </p>
45 - {{/brand}} 45 + {{!-- {{/ brandName}} --}}
46 <p class="price"> 46 <p class="price">
47 {{# marketPrice}} 47 {{# marketPrice}}
48 <span class="market-price">¥{{.}}</span> 48 <span class="market-price">¥{{.}}</span>