提交 462305ac 编写于 作者: 芊里

tabbar页面导航栏

上级 af6332ac
{ {
"pages": [{ "pages": [{
"path": "pages/list/list", "path": "pages/list/list",
"style": { "style": {
"navigationStyle": "custom", //#ifndef MP
"navigationStyle": "custom",
//#endif
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, { }, {
"path": "pages/list/news-list", "path": "pages/list/news-list",
"style": { "style": {
"navigationStyle": "custom", //#ifndef MP
"navigationStyle": "custom",
//#endif
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },
{ {
"path": "pages/grid/grid", "path": "pages/grid/grid",
"style": { "style": {
"navigationStyle": "custom" //#ifndef MP
"navigationStyle": "custom"
//#endif
} }
}, { }, {
"path": "uni_modules/uni-login-page/pages/index/index", "path": "uni_modules/uni-login-page/pages/index/index",
...@@ -29,7 +35,9 @@ ...@@ -29,7 +35,9 @@
}, { }, {
"path": "pages/list/search/search", "path": "pages/list/search/search",
"style": { "style": {
"navigationStyle": "custom" //#ifndef MP
"navigationStyle": "custom"
//#endif
} }
}, { }, {
"path": "pages/list/detail", "path": "pages/list/detail",
......
...@@ -8,13 +8,17 @@ ...@@ -8,13 +8,17 @@
--> -->
<view style="overflow: hidden;"> <view style="overflow: hidden;">
<view class="search-box"> <view class="search-box">
<!-- #ifdef APP-PLUS -->
<status-bar class="status-bar"></status-bar> <status-bar class="status-bar"></status-bar>
<!-- #endif -->
<view class="search-container-bar"> <view class="search-container-bar">
<uni-search-bar ref="searchBar" style="flex:1;" radius="100" v-model="searchText" @click.native="searchClick" cancelButton="none" disabled /> <uni-search-bar ref="searchBar" style="flex:1;" radius="100" v-model="searchText" @click.native="searchClick" cancelButton="none" disabled />
</view> </view>
</view> </view>
<view class="list"> <view class="list">
<status-bar></status-bar> <!-- #ifdef APP-PLUS -->
<status-bar></status-bar>
<!-- #endif -->
<!-- 刷新页面后的顶部提示框 --> <!-- 刷新页面后的顶部提示框 -->
<!-- 当前弹出内容没有实际逻辑 ,可根据当前业务修改弹出提示 --> <!-- 当前弹出内容没有实际逻辑 ,可根据当前业务修改弹出提示 -->
<view class="tips" :class="{ 'tips-ani': tipShow }">为您更新了10条内容</view> <view class="tips" :class="{ 'tips-ani': tipShow }">为您更新了10条内容</view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册