init: 初始化
This commit is contained in:
@@ -100,19 +100,19 @@
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/home/index",
|
||||
"text": "首页",
|
||||
"text": "场馆首页",
|
||||
"iconPath": "static/tab/home.png",
|
||||
"selectedIconPath": "static/tab/home-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/booking/index",
|
||||
"text": "预约",
|
||||
"text": "课程预约",
|
||||
"iconPath": "static/tab/booking.png",
|
||||
"selectedIconPath": "static/tab/booking-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/profile/index",
|
||||
"text": "我的",
|
||||
"text": "个人中心",
|
||||
"iconPath": "static/tab/profile.png",
|
||||
"selectedIconPath": "static/tab/profile-active.png"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user