mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-09 06:50:45 +08:00
首页分类推荐优化
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
<view class="word" style="background-color:{{floor.bg_color || '#eaeaea'}}">
|
||||
<view a:if="{{floor.items.length > 0}}">
|
||||
<block a:for="{{floor.items}}" a:for-index="icx" a:for-item="icv">
|
||||
<navigator a:if="{{icx < 6 && icv.is_home_recommended == 1}}" class="word-icon" url="/pages/goods-search/goods-search?category_id={{icv.id}}" hover-class="none">
|
||||
<navigator a:if="{{icx < 6}}" class="word-icon" url="/pages/goods-search/goods-search?category_id={{icv.id}}" hover-class="none">
|
||||
{{icv.name}}
|
||||
</navigator>
|
||||
</block>
|
||||
|
||||
Reference in New Issue
Block a user