Browse Source

点击首页我的自选的查看更多跳转到对应页面;

maziyang/feature-20251025172218-智能客服中台
宋杰 4 weeks ago
parent
commit
19e325e83b
  1. 9
      pages/home/home.vue

9
pages/home/home.vue

@ -128,7 +128,7 @@
<view class="report-stock">{{report.stock}}</view> <view class="report-stock">{{report.stock}}</view>
<view class="report-status">{{report.status}}</view> <view class="report-status">{{report.status}}</view>
</view> </view>
<view class="view-more">
<view class="view-more" @click="goToCustomStockList">
<text>查看更多 >></text> <text>查看更多 >></text>
</view> </view>
</view> </view>
@ -430,6 +430,13 @@ export default {
}, },
methods: { methods: {
//
goToCustomStockList() {
uni.navigateTo({
url: '/pages/customStockList/customStockList'
})
},
// //
goToAnalysisInstitutionalTrends() { goToAnalysisInstitutionalTrends() {
uni.navigateTo({ uni.navigateTo({

Loading…
Cancel
Save