|
@@ -302,13 +302,13 @@
|
|
|
this.videoContext = uni.createVideoContext('myVideo')
|
|
|
},
|
|
|
mounted() {
|
|
|
- this.initSwiperData(this.swiperCurrent + 1)
|
|
|
getVideoInfo({
|
|
|
video_id: this.video_id
|
|
|
}).then(res => {
|
|
|
// console.log(res, 'getVideoInfogetVideoInfogetVideoInfo')
|
|
|
this.videoInfo = res.data
|
|
|
this.initTabs();
|
|
|
+ this.initSwiperData(this.swiperCurrent + 1)
|
|
|
})
|
|
|
},
|
|
|
async onLoad(e) {
|