修改bug,优化导航

This commit is contained in:
zhouyanli
2026-07-30 15:35:02 +08:00
parent a6243cf466
commit 80ff7588b1
54 changed files with 389 additions and 499 deletions

View File

@@ -1,9 +1,6 @@
<template>
<view class="contentStyle" style="">
<!-- <view class="status-bar"></view>
<uni-nav-bar title="服务" backgroundColor="transparent" :border="false">
</uni-nav-bar> -->
<!-- 表单区域 -->
<view class="contentStyle">
<scroll-view class="page" scroll-y>
<view class="container">
<!-- 顶部 Banner 轮播 -->
@@ -143,11 +140,8 @@
const handleFuncClick = (item) => {
uni.setStorageSync('sourcePage', 'serviceIndex')
uni.redirectTo({
uni.navigateTo({
url: item.path,
success: res => {},
fail: () => {},
complete: () => {}
});
}
@@ -165,15 +159,11 @@
}
</style>
<style scoped>
.status-bar {
width: 100vw;
height: 46px;
}
.contentStyle {
display: flex;
flex-direction: column;
height: 100vh;
height: 100%;
/* 关键:占满屏幕高度 */
background: linear-gradient(to left bottom, #e2efff 0%, #f9f9f9 50%);
}