快手init

This commit is contained in:
zby 2022-10-26 18:37:36 +08:00
parent cffd287924
commit ec5edb13cc

View File

@ -65,7 +65,7 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"backgroundColor": "#fff", "backgroundColor": "#fff",
"navigationStyle": "custom",
"disableScroll": true "disableScroll": true
} }
@ -77,8 +77,8 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"backgroundColor": "#fff", "backgroundColor": "#fff",
"disableScroll": true, "disableScroll": true
"navigationStyle": "custom"
} }
}, },
@ -133,20 +133,20 @@
"list": [{ "list": [{
"text": "短剧", "text": "短剧",
"pagePath": "pages/playlet/index", "pagePath": "pages/playlet/index",
"iconPath": "/static/tabbar/playlet_off.png", "iconPath": "static/tabbar/playlet_off.png",
"selectedIconPath": "/static/tabbar/playlet_on.png" "selectedIconPath": "static/tabbar/playlet_on.png"
}, },
{ {
"text": "发现", "text": "发现",
"pagePath": "pages/discover/index", "pagePath": "pages/discover/index",
"iconPath": "/static/tabbar/discover_off.png", "iconPath": "static/tabbar/discover_off.png",
"selectedIconPath": "/static/tabbar/discover_on.png" "selectedIconPath": "static/tabbar/discover_on.png"
}, },
{ {
"text": "我的", "text": "我的",
"pagePath": "pages/my/index/index", "pagePath": "pages/my/index/index",
"iconPath": "/static/tabbar/my_off.png", "iconPath": "static/tabbar/my_off.png",
"selectedIconPath": "/static/tabbar/my_on.png" "selectedIconPath": "static/tabbar/my_on.png"
} }
] ]
}, },