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.
20 lines
979 B
20 lines
979 B
<view>
|
|
<view class="other">
|
|
<image src="/static/images/single.png" style="width: 171px;height: 112px;border-radius: 12px;" bind:tap="singleHandle"></image>
|
|
<image src="/static/images/convert.png" style="width: 171px;height: 112px;border-radius: 12px;" bind:tap="convertHandle"></image>
|
|
</view>
|
|
<view class="other">
|
|
<image src="/static/images/child.png" style="width: 171px;height: 112px;border-radius: 12px;" bind:tap="childHandle"></image>
|
|
<image src="/static/images/cartoon.png" style="width: 171px;height: 112px;border-radius: 12px;" bind:tap="cartoonHandle"></image>
|
|
</view>
|
|
|
|
<view class="hotView">
|
|
<t-divider content="热门推荐" class="dividerStyle" />
|
|
</view>
|
|
<view class="model-card">
|
|
<model-list data="{{modelList}}" bind:bigImgClick="bigImgClick" bind:smallImgClick="smallImgClick" />
|
|
</view>
|
|
<view>
|
|
<load-more list-is-empty="{{!modelList.length}}" status="{{goodsListLoadStatus}}" />
|
|
</view>
|
|
</view> |