Commit a945267f3821b527c886522c7c3da0d58fc7524d
1 parent
ac048d61
商品分组,滑动的
Showing
1 changed file
with
1 additions
and
1 deletions
components/diy_goodsGroup/diy_goodsGroup.wxml
... | ... | @@ -669,7 +669,7 @@ |
669 | 669 | <view class="sp"> |
670 | 670 | <swiper-item class="s_it" wx:for="{{goods_array}}"> |
671 | 671 | <block wx:for="{{item}}" wx:for-item="aitem" wx:for-index="aind"> |
672 | - <navigator url="{{g_filter.get_url_by_type(item)}}" style="width: 32%" > | |
672 | + <navigator url="{{g_filter.get_url_by_type(aitem)}}" style="width: 32%" > | |
673 | 673 | <view class="one {{object.big_order_type==0?'zj':''}}{{object.big_order_type==1?'yj':''}} " style="margin-left: 10rpx"> |
674 | 674 | <view class='sp_top'> |
675 | 675 | <view class='s_img' style="position: relative; width: 100%"> | ... | ... |