diff --git a/src/pages/minihome/index.vue b/src/pages/minihome/index.vue index 1191bc4..94b4f91 100644 --- a/src/pages/minihome/index.vue +++ b/src/pages/minihome/index.vue @@ -119,8 +119,8 @@ const list1 = reactive([ const newsList = ref([]); // 概念标签贴标 async function getNewsList() { - // newsList.value = await getTopNewsAll({}); - newsList.value = await getTopNews({}); + newsList.value = await getTopNewsAll({}); + // newsList.value = await getTopNews({}); uni.stopPullDownRefresh(); } diff --git a/src/pages/sreachReq/index.vue b/src/pages/sreachReq/index.vue index 8de8aa1..7589e09 100644 --- a/src/pages/sreachReq/index.vue +++ b/src/pages/sreachReq/index.vue @@ -66,6 +66,7 @@ v-if="screenList.length === 0" text="无搜索结果" width="157" + height="137" icon="https://cankao.obs.cn-east-3.myhuaweicloud.com/mini/newmini/nosearch_icon%E5%A4%87%E4%BB%BD%402x.png" >