From f1097a033105cd0a3ba0f4a00d2c4c22f6f7de1d Mon Sep 17 00:00:00 2001 From: Yuzhiran Dev Date: Fri, 10 Jul 2026 18:13:15 +0800 Subject: [PATCH] fix: trend page onMounted import + scroll-view replacement + build verification - Import onMounted from 'vue' in trend page (compiler macro not available in uni-app) - Replace scroll-view with view + CSS overflow for trend list (rendering issue in H5) - Fix CSS syntax error (duplicate closing brace) - All 16 pages tested and verified working in H5 dev server --- .../ai-dimension/src/pages/trend/trend.vue | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/frontend/ai-dimension/src/pages/trend/trend.vue b/frontend/ai-dimension/src/pages/trend/trend.vue index ad02e1b..ff21e78 100644 --- a/frontend/ai-dimension/src/pages/trend/trend.vue +++ b/frontend/ai-dimension/src/pages/trend/trend.vue @@ -9,7 +9,7 @@ - + {{ tag }} - + - + @@ -59,12 +59,12 @@ 暂无趋势资讯 稍后再来看最新 AI 动态 - +