From be154fcc1b96a9cd21182e4a6769b520e9be25f6 Mon Sep 17 00:00:00 2001 From: zhouyanli <593579392@qq.com> Date: Sat, 18 Apr 2026 17:34:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=AF=BC=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- property-uniapp-project/pages/navigation/navigation.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/property-uniapp-project/pages/navigation/navigation.vue b/property-uniapp-project/pages/navigation/navigation.vue index 38319e3..e0cd97c 100644 --- a/property-uniapp-project/pages/navigation/navigation.vue +++ b/property-uniapp-project/pages/navigation/navigation.vue @@ -14,6 +14,7 @@ + 便捷服务 报修、缴费、预约 @@ -83,7 +84,7 @@ const handleBtnClick = () => { uni.setStorageSync('hasShowGuide', true); // 2. 跳转首页 uni.navigateTo({ - url:"/pages/login/pwd-login" + url:"/pages/loginSub/pwd-login" }) // uni.switchTab({ // url: '/pages/index/index' @@ -97,7 +98,8 @@ const handleBtnClick = () => { .guide-page { width: 100%; height: 100vh; - background-color: #f8f9ff; + /* background-color: #f8f9ff; */ + background: linear-gradient(to bottom, #E2F0FF, #F6FAFF); display: flex; flex-direction: column; align-items: center; @@ -125,7 +127,7 @@ const handleBtnClick = () => { justify-content: center; } -/* 引导插画 */ + .guide-img { width: 100%; height: 100%;