zxl
2025-07-31 cb084b230023cfed42249b0145e177deb4b8261c
修改二维码
2个文件已修改
4 ■■■■ 已修改文件
manager/src/views/health/HealthVideoList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
manager/src/views/kitchen/kitchenVideo.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
manager/src/views/health/HealthVideoList.vue
@@ -560,7 +560,7 @@
      //shareType可能会是动态的,会加判断视频来源
      this.QRCodeUrl = this.codeUrl + '?shareType=health' + '&videoId='+ row.id  + '%source=' + 'system';
      this.QRCodeUrl = this.codeUrl + '?shareType=health' + '&videoId='+ row.id  + '&source=' + 'system';
      //TODO 根据视频信息中的 ,作者id获得用户 判断 来源 ,用户作者的uniid为null则是系统上传,不为空则是用户上传;
      // console.log(this.QRCodeUrl)
manager/src/views/kitchen/kitchenVideo.vue
@@ -595,7 +595,7 @@
      // uni.navigateTo({
      //   url: `/pages/product/goods?id=${item.id}&goodsId=${item.goodsId}`
      // });
      this.QRCodeUrl = this.codeUrl + '?shareType=cook' + '&videoId='+ row.id + '%source=' + 'system';
      this.QRCodeUrl = this.codeUrl + '?shareType=cook' + '&videoId='+ row.id + '&source=' + 'system';
      //TODO 根据视频信息中的 ,作者id获得用户 判断 来源 ,用户作者的uniid为null则是系统上传,不为空则是用户上传
      // console.log(this.QRCodeUrl)