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.
|
<view>
|
|
<block wx:for="{{modelList}}" wx:for-item="item" wx:key="index">
|
|
<model-card class="model-list" data="{{item}}" bind:bigImgClick="bigImgClick" bind:smallImgClick="smallImgClick" />
|
|
<view style="height: 30rpx;"></view>
|
|
</block>
|
|
</view>
|
|
|