9 lines
319 B
Plaintext
9 lines
319 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>
|
|
<!-- 列表 -->
|
|
</view>
|
|
</view> |