431ceb4bdb
在项目中新增了多个页面,包括押金页面、设备详情页面、反馈页面和帮助页面。同时,更新了订单支付和归还成功页面的逻辑,确保用户在支付和归还设备时能够获得清晰的反馈。优化了扫码和订单状态处理逻辑,提升了整体用户体验。
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/my/index",
|
|
"pages/deposit/index",
|
|
"pages/order/index",
|
|
"pages/order/payment",
|
|
"pages/feedback/index",
|
|
"pages/help/index",
|
|
"pages/device/detail",
|
|
"pages/serve/bagCheck/index",
|
|
"pages/return/index",
|
|
"pages/order/success",
|
|
"pages/order/return-success"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "共享风扇",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#1976D2",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/home.png",
|
|
"selectedIconPath": "static/home-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/index",
|
|
"text": "我的",
|
|
"iconPath": "static/user.png",
|
|
"selectedIconPath": "static/user-active.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |