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

4 lines
172 B
Plaintext
Raw Normal View History

2023-03-24 11:26:36 +08:00
<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>