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() }) //输入搜索内容