From 802290838fd05c7236dae780900b4bacb20c82df Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 02 八月 2024 16:27:26 +0800 Subject: [PATCH] add 二维码格式 --- sub_pages/customer/customer-info/customer-info.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/sub_pages/customer/customer-info/customer-info.vue b/sub_pages/customer/customer-info/customer-info.vue index 8d30ff2..5e4c1e3 100644 --- a/sub_pages/customer/customer-info/customer-info.vue +++ b/sub_pages/customer/customer-info/customer-info.vue @@ -138,6 +138,12 @@ ...JSON.parse(tjson) } } + if(options.partnerUserId){ + this.dto.partnerUserId = options.partnerUserId || '' + } + if(options.partnerUserName){ + this.dto.partnerUserName = options.partnerUserName || '' + } } else { this.getCurrentInfo() } -- Gitblit v1.9.3