master
ihzero 2024-01-01 21:08:06 +08:00
parent 1c6d3603b8
commit 6930ff0a25
2 changed files with 2 additions and 5 deletions

View File

@ -231,11 +231,9 @@
} }
},{ },{
"path" : "pages/basics/profile", "path" : "pages/basics/profile",
"style" : "style" :{
{
"navigationBarTitleText": "基地概况", "navigationBarTitleText": "基地概况",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
},{ },{
"path" : "pages/basics/profile-detail", "path" : "pages/basics/profile-detail",

View File

@ -1,7 +1,6 @@
<template> <template>
<view> <view>
<!-- <Appbar :show="showAppbar" title="基地概况"> </Appbar> --> <u-sticky :offsetTop="0">
<u-sticky :h5NavHeight="h5NavHeightP">
<view class="bg-white"> <view class="bg-white">
<SearchForm <SearchForm
:schemas="searchFormSchema" :schemas="searchFormSchema"