Authored by 周少峰

union type

... ... @@ -19,6 +19,7 @@ const index = (req, res, next) => {
}).then(result => {
if (result && result.code === 200) {
res.render('material', Object.assign({
unionType: req.query.union_type,
module: '3party',
page: 'material',
layout: false,
... ...
... ... @@ -11,8 +11,8 @@
{{#each product_list}}
<tr>
<td>{{productSkn}}</td>
<td><a href="//item.yohobuy.com/p{{productId}}.html" target="_blank">{{productName}}</a></td>
<td><a href="//item.yohobuy.com/p{{productId}}.html" target="_blank"><img src="{{picImgUrl}}" alt=""></a></td>
<td><a href="//item.yohobuy.com/p{{productId}}.html{{#if @root.unionType}}?union_type={{@root.unionType}}{{/if}}" target="_blank">{{productName}}</a></td>
<td><a href="//item.yohobuy.com/p{{productId}}.html{{#if @root.unionType}}?union_type={{@root.unionType}}{{/if}}" target="_blank"><img src="{{picImgUrl}}" alt=""></a></td>
<td>{{standardVal}}</td>
<td>{{style}}</td>
<td>{{pattern}}</td>
... ...