master
parent
1c6d3603b8
commit
6930ff0a25
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue