Showing
1 changed file
with
1 additions
and
1 deletions
@@ -2194,7 +2194,7 @@ | @@ -2194,7 +2194,7 @@ | ||
2194 | </td> | 2194 | </td> |
2195 | <td align="center"><button class="btn btn-danger btn-sm delBtn" data-event="shopRecommend.list" type="button" data-index="[[index]]">删除</button></td> | 2195 | <td align="center"><button class="btn btn-danger btn-sm delBtn" data-event="shopRecommend.list" type="button" data-index="[[index]]">删除</button></td> |
2196 | </tr> | 2196 | </tr> |
2197 | - [[ item.isEdit != 'Y' || if item.size >= 2 ]] | 2197 | + [[ if item.isEdit != 'Y' || item.size >= 2 ]] |
2198 | <tr> | 2198 | <tr> |
2199 | <td align="center">商品</td> | 2199 | <td align="center">商品</td> |
2200 | <td align="center"><input type="file" name="file" value="[[item.goods2.src]]" class="shopRecommendRequired observe" data-field="list.[[index]].goods2.src" /></td> | 2200 | <td align="center"><input type="file" name="file" value="[[item.goods2.src]]" class="shopRecommendRequired observe" data-field="list.[[index]].goods2.src" /></td> |
-
Please register or login to post a comment