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.

5 lines
355 B

<view class="home-page-container">
<image src="{{titleImage}}" style="width: 100%;height: 237rpx;border-radius: 16rpx 16rpx 16rpx 16rpx;"></image>
<goods-list wr-class="goods-list-container" goodsList="{{goodsList}}" bind:click="goodListClickHandle" />
<load-more list-is-empty="{{!goodsList.length}}" status="{{goodsListLoadStatus}}" />
</view>