...
|
...
|
@@ -2194,7 +2194,7 @@ |
|
|
</td>
|
|
|
<td align="center"><button class="btn btn-danger btn-sm delBtn" data-event="shopRecommend.list" type="button" data-index="[[index]]">删除</button></td>
|
|
|
</tr>
|
|
|
[[ item.isEdit != 'Y' || if item.size >= 2 ]]
|
|
|
[[ if item.isEdit != 'Y' || item.size >= 2 ]]
|
|
|
<tr>
|
|
|
<td align="center">商品</td>
|
|
|
<td align="center"><input type="file" name="file" value="[[item.goods2.src]]" class="shopRecommendRequired observe" data-field="list.[[index]].goods2.src" /></td>
|
...
|
...
|
|