From 1b5735670d7e3ca46c350653ac8e567ad5b22630 Mon Sep 17 00:00:00 2001
From: hongxilin <17663930442@163.com>
Date: Wed, 29 Oct 2025 16:19:33 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=9B=BE=E8=A1=A8=E7=A4=BA?=
=?UTF-8?q?=E4=BE=8B=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 8 -
pages/marketSituation/chartExample.vue | 655 -------------------------------
pages/marketSituation/marketOverview.vue | 8 -
3 files changed, 671 deletions(-)
delete mode 100644 pages/marketSituation/chartExample.vue
diff --git a/pages.json b/pages.json
index 6e16917..125617a 100644
--- a/pages.json
+++ b/pages.json
@@ -97,14 +97,6 @@
}
},
{
- "path": "pages/marketSituation/chartExample",
- "style": {
- "navigationBarTitleText": "图表示例",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
"path": "pages/marketSituation/globalIndex",
"style": {
"navigationStyle": "custom",
diff --git a/pages/marketSituation/chartExample.vue b/pages/marketSituation/chartExample.vue
deleted file mode 100644
index 47ab2a3..0000000
--- a/pages/marketSituation/chartExample.vue
+++ /dev/null
@@ -1,655 +0,0 @@
-
-
-
-
-
-
diff --git a/pages/marketSituation/marketOverview.vue b/pages/marketSituation/marketOverview.vue
index ad25c7b..66fb8ba 100644
--- a/pages/marketSituation/marketOverview.vue
+++ b/pages/marketSituation/marketOverview.vue
@@ -5,7 +5,6 @@
-
@@ -52,13 +51,6 @@ const isWarnTextOverflow = ref(false); // warn文字是否溢出
const pageIndex = ref(0);
const scrollToView = ref("");
-// 跳转图表示例页面
-const goToChartExample = () => {
- uni.navigateTo({
- url: "/pages/marketSituation/chartExample",
- });
-};
-
// 计算属性:精准计算content区域的top值
const contentTopPosition = computed(() => {
const statusBarHeight = iSMT.value || 0;