jiangping
2024-07-29 7d607f19253fcdbbf36d692894cee036af6c5de1
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')
  },
  /**