lll
liukangdong
2024-08-02 d0fa02f84591a3a7b88af725b1670bcded36b84d
wechat_jiaxuan/pages/productVideo/index.js
@@ -50,7 +50,7 @@
    })
  },
  itemClick(e) {
    const { videourl ,id} = e.currentTarget.dataset
    const { videourl ,id} = e.currentTarget.dataset.item
    const { dataList } = this.data
    dataList.forEach(ite => {
      if(id === ite.id){
@@ -62,10 +62,10 @@
      actionType: 'view',
      id: id
    })
    let videoPlay = this.selectComponent('.videoPlay');
    if(videoPlay){
      videoPlay.startPlayVideo(videourl,this );
    }
    // let videoPlay = this.selectComponent('.videoPlay');
    // if(videoPlay){
    //   videoPlay.startPlayVideo(videourl,this );
    // }
    // this.startPlayVideo(videourl) 
    // wx.previewMedia({
    //   sources: [{ url: videourl, type: 'video' }]