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.
|
|
|
|
<!-- <t-notice-bar visible="{{true}}" prefixIcon="sound" theme="warning" content="生成作品仅保存7天,请及时下载!"></t-notice-bar> -->
|
|
|
|
|
<view class="home-page-container">
|
|
|
|
|
<works-list wr-class="goods-list-container" goodsList="{{goodsList}}" bind:click="goodListClickHandle" catch:del="delHandle" />
|
|
|
|
|
|
|
|
|
|
<load-more list-is-empty="{{!goodsList.length}}" status="{{goodsListLoadStatus}}" />
|
|
|
|
|
<t-dialog visible="{{showWarnConfirm}}" content="确定要删除该作品吗?" confirm-btn="{{ { content: '确定', variant: 'base', theme: 'danger' } }}" cancel-btn="取消" bind:confirm="confirmDialog" bind:cancel="cancelDialog" />
|
|
|
|
|
</view>
|