xcx_temp/pages/usercenter/goods-history/index.wxml
2023-11-19 17:37:26 +08:00

10 lines
424 B
Plaintext

<!--pages/usercenter/goods-collect/index.wxml-->
<view wx:key="index" class="section">
<view class="goods-category-crad">
<view class="empty-wrap" wx:if="{{list.length === 0}}">
<t-empty t-class="empty-tips" size="240rpx" description="暂无浏览记录" />
</view>
<!-- 列表 -->
<load-more list-is-empty="{{!list.length}}" status="{{goodsListLoadStatus}}" bind:retry="onReTry" />
</view>
</view>