From 406d27d67d643c91bb9a5cff5582994cec19b1a1 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期一, 04 八月 2025 18:12:05 +0800 Subject: [PATCH] 厨神二维码,新闻添加的bug --- manager/src/views/kitchen/kitchenVideo.vue | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/manager/src/views/kitchen/kitchenVideo.vue b/manager/src/views/kitchen/kitchenVideo.vue index 7ba9981..5d9a7e1 100644 --- a/manager/src/views/kitchen/kitchenVideo.vue +++ b/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 鏍规嵁瑙嗛淇℃伅涓殑 锛屼綔鑰卛d鑾峰緱鐢ㄦ埛 鍒ゆ柇 鏉ユ簮 锛岀敤鎴蜂綔鑰呯殑uniid涓簄ull鍒欐槸绯荤粺涓婁紶锛屼笉涓虹┖鍒欐槸鐢ㄦ埛涓婁紶 - + console.log(this.QRCodeUrl) // console.log(this.QRCodeUrl) }, -- Gitblit v1.8.0