From 383bea787cb42867c7a28a475337b92ecfb3b411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Thu, 30 Oct 2025 13:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E9=A6=96=E9=A1=B5=E7=9A=84=E5=B7=A6?= =?UTF-8?q?=E5=8F=B3=E5=9B=BE=E6=A0=87=E5=8A=A0=E5=85=A5=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 9b935e5..3b0e786 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -6,11 +6,11 @@ - + DeepChart - + @@ -430,6 +430,20 @@ export default { }, methods: { + // 跳转到客服中台 + goToCustomerService() { + uni.navigateTo({ + url: '/pages/customerServicePlatform/csPlatformIndex' + }) + }, + + // 跳转到通知中心 + goToNotificationCenter() { + uni.navigateTo({ + url: '/pages/blank/notice' + }) + }, + // 跳转到自定义股票列表页面 goToCustomStockList() { uni.navigateTo({