EP-WachatApp/eaterplanet_ecommerce/pages/goods/industrial.wxml

4 lines
172 B
Plaintext

<view class="wrap" wx:if="{{goods_industrial.length>0}}">
<image class='img' src='{{item}}' mode='widthFix' wx:for="{{goods_industrial}}" wx:key="index"></image>
</view>