Files
akmon/pages/mall/pages-student.json
2026-01-20 08:04:15 +08:00

169 lines
4.2 KiB
JSON

{
"pages": [
{
"path": "pages/mall/nfc/student/index",
"style": {
"navigationBarTitleText": "校园生活",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/student/card-info",
"style": {
"navigationBarTitleText": "我的校园卡",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/student/balance",
"style": {
"navigationBarTitleText": "余额查询",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/student/recharge",
"style": {
"navigationBarTitleText": "在线充值",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/student/transactions",
"style": {
"navigationBarTitleText": "消费记录",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/student/canteen",
"style": {
"navigationBarTitleText": "饭堂消费",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/student/shop",
"style": {
"navigationBarTitleText": "小卖部",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/student/library",
"style": {
"navigationBarTitleText": "图书借阅",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/student/access-log",
"style": {
"navigationBarTitleText": "进出记录",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/student/nutrition",
"style": {
"navigationBarTitleText": "营养分析",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/student/settings",
"style": {
"navigationBarTitleText": "设置",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/student/help",
"style": {
"navigationBarTitleText": "帮助中心",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/student/nfc-pay",
"style": {
"navigationBarTitleText": "NFC支付",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/student/qr-code",
"style": {
"navigationBarTitleText": "付款码",
"backgroundColor": "#000000"
}
}
],
"subPackages": [
{
"root": "pages/mall/nfc/student",
"pages": [
{
"path": "transaction-detail",
"style": {
"navigationBarTitleText": "交易详情"
}
},
{
"path": "meal-detail",
"style": {
"navigationBarTitleText": "用餐详情"
}
},
{
"path": "book-detail",
"style": {
"navigationBarTitleText": "借阅详情"
}
}
]
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#007AFF",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/mall/nfc/student/index",
"text": "首页",
"iconPath": "static/icons/home.png",
"selectedIconPath": "static/icons/home-active.png"
},
{
"pagePath": "pages/mall/nfc/student/canteen",
"text": "饭堂",
"iconPath": "static/icons/restaurant.png",
"selectedIconPath": "static/icons/restaurant-active.png"
},
{
"pagePath": "pages/mall/nfc/student/card-info",
"text": "校园卡",
"iconPath": "static/icons/card.png",
"selectedIconPath": "static/icons/card-active.png"
},
{
"pagePath": "pages/mall/nfc/student/transactions",
"text": "记录",
"iconPath": "static/icons/history.png",
"selectedIconPath": "static/icons/history-active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "校园生活",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#f8f9fa"
}
}