diff --git a/components/deepExploration_header.vue b/components/deepExploration_header.vue
index bd7b61e..7ebb3fd 100644
--- a/components/deepExploration_header.vue
+++ b/components/deepExploration_header.vue
@@ -391,7 +391,7 @@ onMounted(() => {});
}
.drawer-close {
- background: url("../static/icons/关闭2.svg");
+ background: url("../static/icons/close-two.svg");
width: 48rpx;
height: 48rpx;
border-radius: 24rpx;
diff --git a/pages/blank/institutionalTrendsBriefing.vue b/pages/blank/institutionalTrendsBriefing.vue
index d78c5b0..ca1133c 100644
--- a/pages/blank/institutionalTrendsBriefing.vue
+++ b/pages/blank/institutionalTrendsBriefing.vue
@@ -4,7 +4,7 @@
-
+
暂无内容~
diff --git a/pages/blank/notice.vue b/pages/blank/notice.vue
index 713de07..f64f90d 100644
--- a/pages/blank/notice.vue
+++ b/pages/blank/notice.vue
@@ -4,7 +4,7 @@
-
+
暂无内容~
diff --git a/pages/deepExploration/MainForceActions.vue b/pages/deepExploration/MainForceActions.vue
index 5af2815..3838622 100644
--- a/pages/deepExploration/MainForceActions.vue
+++ b/pages/deepExploration/MainForceActions.vue
@@ -1,4 +1,5 @@
+
@@ -89,6 +90,9 @@
import {
useDeepExplorationStore
} from '@/stores/modules/deepExploration'
+ import {
+ getUserInfo
+ } from "@/api/member"
const deepExplorationStore = useDeepExplorationStore()
@@ -546,6 +550,7 @@
// 生命周期钩子:组件挂载后执行(替代onReady)
onMounted(async () => {
iSMT.value = uni.getSystemInfoSync().statusBarHeight
+ getUserInfo()
await getServerData() // 调用数据获取函数
await handleModels()
diff --git a/pages/deepExploration/deepExploration.vue b/pages/deepExploration/deepExploration.vue
index 26813b9..7f9a698 100644
--- a/pages/deepExploration/deepExploration.vue
+++ b/pages/deepExploration/deepExploration.vue
@@ -1,147 +1,110 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 主力追踪
-
-
-
- 主力雷达
-
-
-
- 主力解码
-
-
-
- 主力资金流
-
-
-
-
-
-
-
-
-
- 选股策略
-
-
- 查看全部
-
-
-
-
-
-
-
-
- 股票名称
- 最新收盘价
- 选股价格
-
-
-
- {{ item.tscode }}
- {{ item.close }}
- {{ item.preClose }}
-
-
-
-
-
-
-
-
-
-
-
- 股票名称
- 最新收盘价
- 选股价格
-
-
-
- {{ item.tscode }}
- {{ item.close }}
- {{ item.preClose }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 主力追踪
+
+
+
+ 主力雷达
+
+
+
+ 主力解码
+
+
+
+ 主力资金流
+
+
+
+
+
+
+
+
+
+ 选股策略
+
+
+ 查看全部
+
+
+
+
+
+
+
+
+ 股票名称
+ 最新收盘价
+ 选股价格
+
+
+
+ {{ item.tscode }}
+ {{ item.close }}
+ {{ item.preClose }}
+
+
+
+
+
+
+
+
+
+
+
+ 股票名称
+ 最新收盘价
+ 选股价格
+
+
+
+ {{ item.tscode }}
+ {{ item.close }}
+ {{ item.preClose }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/deepExploration/stockSelectDetail.vue b/pages/deepExploration/stockSelectDetail.vue
index 1d37911..db7e5a4 100644
--- a/pages/deepExploration/stockSelectDetail.vue
+++ b/pages/deepExploration/stockSelectDetail.vue
@@ -1,4 +1,5 @@
+