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

tabbar页面导航栏

上级 af6332ac
{
"pages": [{
"path": "pages/list/list",
"style": {
"navigationStyle": "custom",
"style": {
//#ifndef MP
"navigationStyle": "custom",
//#endif
"enablePullDownRefresh": true
}
}, {
"path": "pages/list/news-list",
"style": {
"navigationStyle": "custom",
//#ifndef MP
"navigationStyle": "custom",
//#endif
"enablePullDownRefresh": true
}
},
{
"path": "pages/grid/grid",
"style": {
"navigationStyle": "custom"
//#ifndef MP
"navigationStyle": "custom"
//#endif
}
}, {
"path": "uni_modules/uni-login-page/pages/index/index",
......@@ -29,7 +35,9 @@
}, {
"path": "pages/list/search/search",
"style": {
"navigationStyle": "custom"
//#ifndef MP
"navigationStyle": "custom"
//#endif
}
}, {
"path": "pages/list/detail",
......
......@@ -8,13 +8,17 @@
-->
<view style="overflow: hidden;">
<view class="search-box">
<!-- #ifdef APP-PLUS -->
<status-bar class="status-bar"></status-bar>
<!-- #endif -->
<view class="search-container-bar">
<uni-search-bar ref="searchBar" style="flex:1;" radius="100" v-model="searchText" @click.native="searchClick" cancelButton="none" disabled />
</view>
</view>
<view class="list">
<status-bar></status-bar>
<!-- #ifdef APP-PLUS -->
<status-bar></status-bar>
<!-- #endif -->
<!-- 刷新页面后的顶部提示框 -->
<!-- 当前弹出内容没有实际逻辑 ,可根据当前业务修改弹出提示 -->
<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.
先完成此消息的编辑!
想要评论请 注册