mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-28 10:19:28 +08:00
【smart-app更新】1、版本更新记录;2、复杂表单‘3、引入tabs组件
This commit is contained in:
@@ -102,15 +102,6 @@
|
||||
"navigationBarBackgroundColor": "#fff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/list/list",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "常见列表",
|
||||
"enablePullDownRefresh" : true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/message/message",
|
||||
"style" :
|
||||
@@ -139,10 +130,19 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/pure-list/pure-list",
|
||||
"path" : "pages/list/list",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "常见列表样式1",
|
||||
"enablePullDownRefresh" : false,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/list2/list",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "列表",
|
||||
"navigationBarTitleText" : "常见列表样式2",
|
||||
"enablePullDownRefresh" : false,
|
||||
"navigationBarBackgroundColor": "#fff"
|
||||
}
|
||||
@@ -180,6 +180,12 @@
|
||||
"selectedIconPath": "static/images/tabbar/list-icon-h.png",
|
||||
"text": "常见列表"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/list2/list",
|
||||
"iconPath": "static/images/tabbar/list-icon.png",
|
||||
"selectedIconPath": "static/images/tabbar/list-icon-h.png",
|
||||
"text": "常见列表2"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/message/message",
|
||||
"iconPath": "static/images/tabbar/message-icon.png",
|
||||
|
||||
Reference in New Issue
Block a user