diff --git a/src/components/PlateInput/PlateInput.vue b/src/components/PlateInput/PlateInput.vue index 0e565ec..52e22a2 100644 --- a/src/components/PlateInput/PlateInput.vue +++ b/src/components/PlateInput/PlateInput.vue @@ -4,7 +4,10 @@
diff --git a/src/components/Search/Hot.vue b/src/components/Search/Hot.vue index bdd4639..d447561 100644 --- a/src/components/Search/Hot.vue +++ b/src/components/Search/Hot.vue @@ -31,7 +31,7 @@ import { useStatistics } from '@/composables/useStatistics' import ScrollView from '@/base/ScrollView/ScrollView.vue' const list = ref([]) getIndexJson().then(({ data }) => { - list.value = [] + list.value = data.hotSearch }) const store = useRootStore()