hookehuyr

fix

...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Author: hookehuyr hookehuyr@gmail.com 2 * @Author: hookehuyr hookehuyr@gmail.com
3 * @Date: 2022-05-21 09:35:14 3 * @Date: 2022-05-21 09:35:14
4 * @LastEditors: hookehuyr hookehuyr@gmail.com 4 * @LastEditors: hookehuyr hookehuyr@gmail.com
5 - * @LastEditTime: 2024-12-03 15:02:57 5 + * @LastEditTime: 2024-12-04 10:10:54
6 * @FilePath: /tswj/src/views/client/bookDetail.vue 6 * @FilePath: /tswj/src/views/client/bookDetail.vue
7 * @Description: 7 * @Description:
8 --> 8 -->
...@@ -364,7 +364,7 @@ setTimeout(() => { ...@@ -364,7 +364,7 @@ setTimeout(() => {
364 // TAG:微信分享 364 // TAG:微信分享
365 // 自定义分享内容 365 // 自定义分享内容
366 sharePage({ title: `童声无界-${bookInfo.value.name}`, imgUrl: bookInfo.value.cover }); 366 sharePage({ title: `童声无界-${bookInfo.value.name}`, imgUrl: bookInfo.value.cover });
367 -}, 500) 367 +}, 1000)
368 </script> 368 </script>
369 369
370 <style lang="less" scoped> 370 <style lang="less" scoped>
......