|
|
@@ -3,7 +3,7 @@
|
|
|
import bg from '@/static/image/feed-plan/bg.png'
|
|
|
import circle from '@/static/image/feed-plan/circle.png'
|
|
|
import message from '@/static/image/feed-plan/message.png'
|
|
|
-import {getSafeHeight} from '@/utils'
|
|
|
+import ToolApi from '@/utils'
|
|
|
|
|
|
interface ListItem {
|
|
|
img: string
|
|
|
@@ -69,7 +69,7 @@ const listModel = ref<ListItem[]>([
|
|
|
time: '2025年1月1日',
|
|
|
},
|
|
|
])
|
|
|
-const safeHeight = getSafeHeight()
|
|
|
+const safeHeight = ToolApi.getSafeHeight()
|
|
|
const searchValue = ref<string>('')
|
|
|
|
|
|
const info = ref<Item[]>([
|