micro_mall_xcx/pages/usercenter/goods-history/index.wxml
2023-10-23 19:56:08 +08:00

10 lines
526 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>
<goods-list wx:else wr-class="wr-goods-list" type="history-card" goodsList="{{list}}" bind:click="gotoGoodsDetail" />
<load-more list-is-empty="{{!list.length}}" status="{{goodsListLoadStatus}}" bind:retry="onReTry" />
</view>
</view>