From 129dff1db18d669ea9dcdb4729439ee172f72355 Mon Sep 17 00:00:00 2001 From: Megghy Date: Thu, 11 Apr 2024 22:43:59 +0800 Subject: [PATCH] fix openlive index display --- src/views/manage/point/PointUserManage.vue | 2 +- src/views/open_live/OpenLiveIndex.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/manage/point/PointUserManage.vue b/src/views/manage/point/PointUserManage.vue index 95f51ba..99f7e6b 100644 --- a/src/views/manage/point/PointUserManage.vue +++ b/src/views/manage/point/PointUserManage.vue @@ -282,7 +282,7 @@ onMounted(async () => { 1. 如果 EventFetcher 使用的是开放平台连接则无法通过UId搜索除了已认证和手动添加之外的用户 (因为开放平台提供的是OpenId, 不通用)
- 2. 用户名只会保持在首条记录出现时的用户名 + 2. 用户名只会保持在首条记录出现时的用户名, 即用户更换用户名之后这里也只会保持不变 只显示已认证用户 diff --git a/src/views/open_live/OpenLiveIndex.vue b/src/views/open_live/OpenLiveIndex.vue index d1194c8..fc3e711 100644 --- a/src/views/open_live/OpenLiveIndex.vue +++ b/src/views/open_live/OpenLiveIndex.vue @@ -51,7 +51,7 @@ const accountInfo = useAccount()