From c1f6996b25ddec9f576d380471b842b44a7f1545 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 02 八月 2024 11:55:22 +0800 Subject: [PATCH] 1 --- sub_pages/partner/partner-info/partner-code.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sub_pages/partner/partner-info/partner-code.vue b/sub_pages/partner/partner-info/partner-code.vue index 70ef4d4..223308c 100644 --- a/sub_pages/partner/partner-info/partner-code.vue +++ b/sub_pages/partner/partner-info/partner-code.vue @@ -62,8 +62,8 @@ foreground: '#000000', text: JSON.stringify({ 'name': that.name, - // 'userId': that.currentInfo.id, - 'userId': that.currentInfo.partnerDTO.id, + 'userId': that.currentInfo.id, + // 'userId': that.currentInfo.partnerDTO.id, 'version': '1.1.0' }), // text: `https://www.hmyxianhua.com/wx-c-jump/sub_pages/customer/customer-info/customer-info?name=${that.name}&userId=${that.currentInfo.id}` -- Gitblit v1.9.3