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-05-17 15:02:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
572643d0cce40eb92215fe202073a2e92d9bde15
572643d0
1 parent
aa0df8b0
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
src/views/client/bookDetail.vue
src/views/client/bookDetail.vue
View file @
572643d
...
...
@@ -60,18 +60,15 @@
</van-sticky>
<div class="book-video-list">
<van-list v-model:loading="loading" :finished="finished" :finished-text="finishedTextStatus ? '没有更多了' : ''" @load="onLoad">
<van-list v-model:loading="loading" :finished="finished" :finished-text="finishedTextStatus ? '没有更多了' : ''"
@load="onLoad">
<template v-for="item in prod_list" :key="item" style="height: 3rem;">
<video-card :item="item"></video-card>
</template>
</van-list>
</div>
<div style="height: 2rem;"></div>
<van-empty v-if="emptyStatus"
class="custom-image"
:image="no_image"
description="暂无作品信息"
/>
<van-empty v-if="emptyStatus" class="custom-image" :image="no_image" description="暂无作品信息" />
</div>
<div style="height: 6rem;"></div>
<div class="book-bar">
...
...
@@ -116,7 +113,7 @@
</template>
<script setup>
import { ref, onActivated, nextTick } from 'vue'
import { ref, onActivated, nextTick
, watch
} from 'vue'
import { useRoute, useRouter, onBeforeRouteLeave } from 'vue-router'
import { Cookies, $, _, axios, storeToRefs, mainStore, Toast, hasEllipsis } from '@/utils/generatePackage.js'
...
...
@@ -448,5 +445,4 @@ export default {
width: auto;
text-align: center;
}
</style>
...
...
Please
register
or
login
to post a comment