From e890f87ea274436461aacca1391bb9717240f210 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期四, 04 九月 2025 14:21:39 +0800 Subject: [PATCH] 商家端订单列表 --- manager/src/views/health/HealthVideoList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/manager/src/views/health/HealthVideoList.vue b/manager/src/views/health/HealthVideoList.vue index 9e796d4..9402815 100644 --- a/manager/src/views/health/HealthVideoList.vue +++ b/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 鏍规嵁瑙嗛淇℃伅涓殑 锛屼綔鑰卛d鑾峰緱鐢ㄦ埛 鍒ゆ柇 鏉ユ簮 锛岀敤鎴蜂綔鑰呯殑uniid涓簄ull鍒欐槸绯荤粺涓婁紶锛屼笉涓虹┖鍒欐槸鐢ㄦ埛涓婁紶; // console.log(this.QRCodeUrl) -- Gitblit v1.8.0