快手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,
"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"
}
]
},