From f8838cc1f929eb6001097a50efc5f5f79c6045cc Mon Sep 17 00:00:00 2001 From: wangdongbo <> Date: Tue, 2 Jun 2026 14:29:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=20=E6=94=B9=E4=B8=BA=E4=B8=BB=E5=8A=A8?= =?UTF-8?q?=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/archive/archive-result.vue | 2 +- pages/team/friend.vue | 4 ++-- pages/team/homepage.vue | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/archive/archive-result.vue b/pages/archive/archive-result.vue index b06a305..51edf7e 100644 --- a/pages/archive/archive-result.vue +++ b/pages/archive/archive-result.vue @@ -94,7 +94,7 @@ function toFriend(userid) { } async function getQrcode(userid) { - const res = await api('addContactWay', { corpUserId: userid, corpId: corpId.value, unionid: account.value?.openid }); + const res = await api('addContactWay', { corpUserId: userid, corpId: corpId.value, unionid: account.value?.openid, fetchType: 'realtime' }); if (res && res.data) { qrcode.value = res.data; } diff --git a/pages/team/friend.vue b/pages/team/friend.vue index 5681332..d69ca02 100644 --- a/pages/team/friend.vue +++ b/pages/team/friend.vue @@ -56,7 +56,7 @@ async function getMember() { } async function getQrcode() { - const res = await api('addContactWay', { corpUserId: userid.value, corpId: corpId.value, unionid: account.value?.openid }); + const res = await api('addContactWay', { corpUserId: userid.value, corpId: corpId.value, unionid: account.value?.openid, fetchType: 'realtime' }); if (res && res.data) { qrcode.value = res.data; } @@ -92,4 +92,4 @@ watch(member, n => { width: 560rpx; height: 560rpx; } - \ No newline at end of file + diff --git a/pages/team/homepage.vue b/pages/team/homepage.vue index 726913e..7e5c44d 100644 --- a/pages/team/homepage.vue +++ b/pages/team/homepage.vue @@ -137,7 +137,7 @@ async function getMember() { } async function getQrcode() { - const res = await api('addContactWay', { corpUserId: userid.value, corpId: corpId.value, unionid: account.value?.openid }); + const res = await api('addContactWay', { corpUserId: userid.value, corpId: corpId.value, unionid: account.value?.openid, fetchType: 'realtime' }); if (res && res.data) { qrcode.value = res.data; } @@ -192,4 +192,4 @@ page { width: 560rpx; height: 560rpx; } - \ No newline at end of file +