Merge branch 'feature/redshop' into 'release/5.7.1'
控制是否限制商品信息 See merge request !614
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -17,6 +17,7 @@ | @@ -17,6 +17,7 @@ | ||
17 | {{/if}} | 17 | {{/if}} |
18 | </a> | 18 | </a> |
19 | 19 | ||
20 | + {{#if showProductInfo}} | ||
20 | {{#ifor isGood four}} | 21 | {{#ifor isGood four}} |
21 | {{#unless parent.noShowProductInfo}} | 22 | {{#unless parent.noShowProductInfo}} |
22 | <div class="item-info"> | 23 | <div class="item-info"> |
@@ -26,4 +27,5 @@ | @@ -26,4 +27,5 @@ | ||
26 | </div> | 27 | </div> |
27 | {{/unless}} | 28 | {{/unless}} |
28 | {{/ifor}} | 29 | {{/ifor}} |
30 | + {{/if}} | ||
29 | </div> | 31 | </div> |
-
Please register or login to post a comment