From 9a739e74027d3a4b93faf583e2720ecf8b5eb0aa Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Tue, 10 Jun 2025 10:14:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=96=B0=E5=A2=9E=E7=9A=84?= =?UTF-8?q?=E5=8A=A0=E5=A5=BD=E5=8F=8B=E9=A1=B5=E9=9D=A2=E5=BA=95=E9=83=A8?= =?UTF-8?q?OAtab=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/addressBook/addFriend/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/addressBook/addFriend/index.vue b/src/pages/addressBook/addFriend/index.vue index 2064c40..7a3eb9e 100644 --- a/src/pages/addressBook/addFriend/index.vue +++ b/src/pages/addressBook/addFriend/index.vue @@ -121,6 +121,7 @@ import customInput from '@/components/custom-input/custom-input.vue' import zPaging from '@/uni_modules/z-paging/components/z-paging/z-paging.vue' import avatarModule from '@/components/avatar-module/index.vue' import { ServeFriendSearch } from '@/api/addressBook/index' +import { handleSetWebviewStyle } from '@/utils/common' import { ref, onMounted, reactive } from 'vue' @@ -138,6 +139,7 @@ const state = reactive({ onMounted(() => { getFriendsList() + handleSetWebviewStyle() }) //输入搜索内容