diff --git a/components/deepExploration_header.vue b/components/deepExploration_header.vue index cddab00..095ecf1 100644 --- a/components/deepExploration_header.vue +++ b/components/deepExploration_header.vue @@ -156,13 +156,19 @@ async function itemClick(item) { model: 5, }); if (res.code == 200) { + const message = res.data; const deepExplorationStore = useDeepExplorationStore(); deepExplorationStore.setDeepExplorationInfo(message); + console.log('点击了历史数据',deepExplorationStore.deepExplorationInfo); onDrawerBackClick(); - console.log(deepExplorationStore.deepExplorationInfo); - + setTimeout(() => { + uni.navigateTo({ + url: '/pages/deepExploration/MainForceActions' + }); + }, 200); } + } const historyList = ref([]); diff --git a/pages/deepExploration/MainForceActions.vue b/pages/deepExploration/MainForceActions.vue index 5ce2647..a4975e8 100644 --- a/pages/deepExploration/MainForceActions.vue +++ b/pages/deepExploration/MainForceActions.vue @@ -23,24 +23,22 @@ - TESA + {{stockCode}} - - Taewlkj.sejssssssssf - + {{stockName}} - 2025/10/26 + {{stockTime}} - 435.900 - 22.410 - 5.120% + {{stockPrice}} + {{stockChange}} + {{stockAdd}} + :ontouch="true" :onzoom="true" :key="chartKey" /> @@ -65,7 +63,8 @@ @@ -738,7 +566,7 @@ } .center { - margin-left: 105rpx; + margin-left: 155rpx; display: flex; align-items: center; @@ -758,21 +586,11 @@ line-height: 18px; } - .last { - width: 15rpx; - height: 20rpx; - margin-right: 30rpx; - } - .next { - width: 15rpx; - height: 20rpx; - margin-left: 30rpx; - } } .right { - margin-left: 50rpx; + margin-left: 60rpx; color: #6a6a6a; font-family: "PingFang SC"; font-size: 13px; @@ -804,6 +622,8 @@ } .graph_content { + min-height: 500rpx; + .charts-box { width: 100%; height: 100%;