快手init
This commit is contained in:
parent
cffd287924
commit
ec5edb13cc
18
pages.json
18
pages.json
@ -65,7 +65,7 @@
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarTextStyle": "black",
|
||||
"backgroundColor": "#fff",
|
||||
"navigationStyle": "custom",
|
||||
|
||||
"disableScroll": true
|
||||
}
|
||||
|
||||
@ -77,8 +77,8 @@
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarTextStyle": "black",
|
||||
"backgroundColor": "#fff",
|
||||
"disableScroll": true,
|
||||
"navigationStyle": "custom"
|
||||
"disableScroll": true
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
@ -133,20 +133,20 @@
|
||||
"list": [{
|
||||
"text": "短剧",
|
||||
"pagePath": "pages/playlet/index",
|
||||
"iconPath": "/static/tabbar/playlet_off.png",
|
||||
"selectedIconPath": "/static/tabbar/playlet_on.png"
|
||||
"iconPath": "static/tabbar/playlet_off.png",
|
||||
"selectedIconPath": "static/tabbar/playlet_on.png"
|
||||
},
|
||||
{
|
||||
"text": "发现",
|
||||
"pagePath": "pages/discover/index",
|
||||
"iconPath": "/static/tabbar/discover_off.png",
|
||||
"selectedIconPath": "/static/tabbar/discover_on.png"
|
||||
"iconPath": "static/tabbar/discover_off.png",
|
||||
"selectedIconPath": "static/tabbar/discover_on.png"
|
||||
},
|
||||
{
|
||||
"text": "我的",
|
||||
"pagePath": "pages/my/index/index",
|
||||
"iconPath": "/static/tabbar/my_off.png",
|
||||
"selectedIconPath": "/static/tabbar/my_on.png"
|
||||
"iconPath": "static/tabbar/my_off.png",
|
||||
"selectedIconPath": "static/tabbar/my_on.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user