修改视频分享的错误
This commit is contained in:
parent
6110b4a2f7
commit
1589cca4b4
@ -389,6 +389,7 @@
|
||||
page: 1,
|
||||
limit: 10
|
||||
},
|
||||
communityId:'',
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
@ -413,9 +414,11 @@
|
||||
this.dataList[new_k].state = 'play'
|
||||
this.dataList[new_k].isplay = false
|
||||
this.dataList[new_k].playIng = true
|
||||
setTimeout(() => {
|
||||
uni.createVideoContext(this.dataList[new_k].community_id + '' + new_k, this).play()
|
||||
}, 250)
|
||||
if (this.currentNav !== 3) {
|
||||
setTimeout(() => {
|
||||
uni.createVideoContext(this.dataList[new_k].community_id + '' + new_k, this).play()
|
||||
}, 250)
|
||||
}
|
||||
this.videoShare(this.dataList[new_k])
|
||||
// #endif
|
||||
}
|
||||
@ -679,13 +682,9 @@
|
||||
}, 200)
|
||||
},
|
||||
change(event) {
|
||||
console.log('eeeee', event.detail.current);
|
||||
this.k = event.detail.current;
|
||||
this.posterImage = false;
|
||||
if (this.isLogin) {
|
||||
this.downloadFilePromotionCode(this.dataList[this.k]['community_id']);
|
||||
}
|
||||
|
||||
this.communityId = this.dataList[this.k]['community_id'];
|
||||
},
|
||||
animationfinish(event) {
|
||||
// 1.这里进行判断,如果是最后一个视频就进入 get() 方法加载视频进入列表
|
||||
@ -791,6 +790,7 @@
|
||||
})
|
||||
},
|
||||
videoData(list) {
|
||||
this.communityId = list[0]['community_id']
|
||||
if (list.length == 0) return
|
||||
let that = this;
|
||||
that.page = that.page + 1;
|
||||
@ -933,10 +933,6 @@
|
||||
* 生成海报
|
||||
*/
|
||||
async goPoster() {
|
||||
// if (!this.isLogin) {
|
||||
// console.log(this.downloadFilePromotionCode(this.dataList[this.k]['community_id']));
|
||||
// // this.downloadFilePromotionCode(this.videoID);
|
||||
// }
|
||||
let that = this;
|
||||
if (!that.isLogin) {}
|
||||
let type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user