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%;