Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-24 17:53:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1280ccdf362276d14834481aea67b8e5d2fe7b15
1280ccdf
1 parent
6ada7a68
fix 写法规范调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
src/views/me/unwatchList.vue
src/views/me/unwatchList.vue
View file @
1280ccd
<!--
* @Date: 2022-04-28 18:38:16
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-24 17:51:58
* @FilePath: /tswj/src/views/me/unwatchList.vue
* @Description: 文件描述
-->
<template>
<div class="unwatch-list-page">
<div class="book-video-list">
<van-list v-model:loading="loading" :finished="finished" :finished-text="finishedTextStatus ? '没有更多了' : ''" @load="onLoad">
<template v-
if="prod_list.length" v-for="item in prod_list" :key="item" style="height: 3rem;
">
<video-card
:item="item"></video-card
>
<template v-
for="item in prod_list" :key="item
">
<video-card
v-if="prod_list.length" :item="item" /
>
</template>
</van-list>
</div>
<div style="height: 2rem;"
></div
>
<div style="height: 2rem;"
/
>
<van-empty v-if="emptyStatus"
class="custom-image"
:image="no_image"
...
...
Please
register
or
login
to post a comment