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-07-12 14:16:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f5fbfdee825d419966c8e94514d0f47a07588554
f5fbfdee
1 parent
000d79f8
✨ feat: 分享详情页显示优化
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/client/chooseBook.vue
src/views/client/videoDetailComment.vue
src/views/client/chooseBook.vue
View file @
f5fbfde
...
...
@@ -43,7 +43,7 @@
</van-sticky> -->
<template v-for="(item, key) in kgInfo.book_list" :key="key">
<book-card v-if="item.show" :type="USER_ROLE.CLIENT" :item="item"
@on-click="go('/client/bookDetail', { id: item.id
, kg_id
})" />
@on-click="go('/client/bookDetail', { id: item.id })" />
</template>
<van-empty v-if="emptyStatus" class="custom-image" :image="no_image" description="暂无书籍信息" />
</div>
...
...
src/views/client/videoDetailComment.vue
View file @
f5fbfde
...
...
@@ -84,7 +84,7 @@ const props = defineProps({
setTimeout(() => {
// TAG:微信分享
// 自定义分享内容
sharePage({ title: `${props.info.name}-${props.info.book_name}`, imgUrl: props.info.cover });
sharePage({ title: `${props.info.name}-${props.info.book_name}
-${props.info.localism_type}-${props.info.kg_name}
`, imgUrl: props.info.cover });
}, 500);
const go = useGo();
...
...
Please
register
or
login
to post a comment