Commit 9e5acb99 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 04f34644
......@@ -150,14 +150,14 @@
// this.$refs.episodePopup.down();
},
// 分享
onShareAppMessage() {
let result = {
title: this.data.title,
imageUrl: this.data.coverImage,
path: `/pageC/ttvideo/ttVideoDetail?bookId=${this.bookData.id}`
}
return result;
},
// onShareAppMessage() {
// let result = {
// title: this.data.title,
// imageUrl: this.data.coverImage,
// path: `/pageC/ttvideo/ttVideoDetail?bookId=${this.bookData.id}`
// }
// return result;
// },
methods: {
startPlay() {
if (tt.canIUse('preloadResourceVideo')) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment