peng
2025-08-07 5b629d83de981e12855ec1e6f8b3d0d7ad261f14
manager/src/views/kitchen/kitchenVideo.vue
@@ -587,17 +587,15 @@
    },
    generalQrCode(row){
      console.log(row)
      this.QRCodeUrl = '';
      this.showGeneralQrCode = true
      console.log('-------------------->',row);
      //shareType可能会是动态的,会加判断视频来源
      console.log(item)
      // uni.navigateTo({
      //   url: `/pages/product/goods?id=${item.id}&goodsId=${item.goodsId}`
      // });
      this.QRCodeUrl = this.codeUrl + '?shareType=cook' + '&videoId='+ row.id + '&source=' + 'system';
      //TODO 根据视频信息中的 ,作者id获得用户 判断 来源 ,用户作者的uniid为null则是系统上传,不为空则是用户上传
      console.log(this.QRCodeUrl)
      // console.log(this.QRCodeUrl)
    },