problem description
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
app.json
{
"pages": [
"pages/index/start",
"pages/index/index",
"pages/type/type",
"pages/personalCenter/personalCenter",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "pink",
"navigationBarTitleText": "100",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "-sharpfff",
"selectedColor": "-sharpf00",
"backgroundColor": "-sharp000000",
"list": [
{
"pagePath": "pages/index/index",
"text": "",
"iconPath": "images/shouye.png",
"selectedIconPath": "images/on-shouye.png"
},
{
"pagePath": "pages/type/type",
"text": "",
"iconPath": "images/fenlei.png",
"selectedIconPath": "images/on-fenlei.png"
},
{
"pagePath": "pages/personalCenter/personalCenter",
"text": "",
"iconPath": "images/personal.png",
"selectedIconPath": "images/on-personal.png"
}
]
}
}
didn"t you say that the first element of the first array in pages is the launch page? it is true that you can enter this page, but now I want to show how to navigate to the bottom of the home page on the startup page.
what result do you expect? What is the error message actually seen?
A rookie asks for advice.