wechat_jiaxuan/pages/productVideo/index.js
@@ -50,8 +50,13 @@ }) }, itemClick(e) { const { videourl } = e.currentTarget.dataset this.startPlayVideo(videourl) let videoPlay = this.selectComponent('.videoPlay'); if(videoPlay){ videoPlay.startPlayVideo(videourl,this ); } // this.startPlayVideo(videourl) // wx.previewMedia({ // sources: [{ url: videourl, type: 'video' }] @@ -69,8 +74,8 @@ }, onLoad(options) { this.getTagList() this.getList() this.videoContext = wx.createVideoContext('myVideo') this.getList() this.videoContext = wx.createVideoContext('myVideo') }, /**