Commit 9e5acb99 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 04f34644
...@@ -150,14 +150,14 @@ ...@@ -150,14 +150,14 @@
// this.$refs.episodePopup.down(); // this.$refs.episodePopup.down();
}, },
// 分享 // 分享
onShareAppMessage() { // onShareAppMessage() {
let result = { // let result = {
title: this.data.title, // title: this.data.title,
imageUrl: this.data.coverImage, // imageUrl: this.data.coverImage,
path: `/pageC/ttvideo/ttVideoDetail?bookId=${this.bookData.id}` // path: `/pageC/ttvideo/ttVideoDetail?bookId=${this.bookData.id}`
} // }
return result; // return result;
}, // },
methods: { methods: {
startPlay() { startPlay() {
if (tt.canIUse('preloadResourceVideo')) { 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