|
|
@ -46,7 +46,7 @@ |
|
|
<text class="section-title">深度探索</text> |
|
|
<text class="section-title">深度探索</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="header-right"> |
|
|
<view class="header-right"> |
|
|
<text class="more-btn">查看更多</text> |
|
|
|
|
|
|
|
|
<text class="more-btn" @click="goToDeepExploration">查看更多</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -204,6 +204,12 @@ export default { |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
methods: { |
|
|
methods: { |
|
|
|
|
|
goToDeepExploration() { |
|
|
|
|
|
// 跳转到深度探索页面 |
|
|
|
|
|
uni.navigateTo({ |
|
|
|
|
|
url: '/pages/home/deepExploration' |
|
|
|
|
|
}); |
|
|
|
|
|
}, |
|
|
goToMarketSituation() { |
|
|
goToMarketSituation() { |
|
|
// 跳转到行情页面 |
|
|
// 跳转到行情页面 |
|
|
uni.navigateTo({ |
|
|
uni.navigateTo({ |
|
|
|