You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
346 B

<view class="content">
<view class="img-item" wx:for="{{imgList}}" wx:for-item="item" wx:key="index" data-info="{{item}}" bind:tap="clickHandle">
<view class="goods_title">
<text class="solid-text"> {{ item.model_name }}</text>
</view>
<image src="{{item.img_url_thumb}}" class="img-style"></image>
</view>
</view>