Files
JMApp/app.json
XiaoMo 95eed74b96 feat: 新增商品详情搭配优惠组件和客服弹窗
refactor: 优化页面样式和交互逻辑

fix: 修复洗车券列表和详情页的数据展示问题

style: 调整用户页面按钮样式和布局

chore: 移除无用页面和代码,更新项目配置

docs: 更新单次启动页面的使用说明和注意事项

perf: 优化网络请求和数据处理逻辑

build: 更新依赖和配置文件

test: 更新测试用例以适应新功能

ci: 调整CI配置以适应新项目结构
2026-01-03 11:26:51 +08:00

48 lines
1.3 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/mall/mall",
"pages/goodsDetails/goodsDetails",
"pages/orderDetails/orderDetails",
"pages/map/map",
"pages/orderPaySuccess/orderPaySuccess",
"pages/orderPay/orderPay",
"pages/goodsSearch/goodsSearch",
"pages/orderIndex/orderIndex",
"pages/orderList/orderList",
"pages/myAddress/myAddress",
"pages/addAddress/addAddress",
"pages/voucher/voucher",
"pages/listDetail/listDetail",
"pages/register/register",
"pages/singleStart/singleStart",
"pages/myDiscount/myDiscount",
"pages/washCodeList/washCodeList",
"pages/washCodeDetail/washCodeDetail",
"pages/login/login",
"pages/user/user",
"pages/webview/webview",
"pages/wangdian/wangdian",
"pages/duiquan/duiquan"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "聚美汽服",
"navigationBarTextStyle": "black"
},
"permission": {
"scope.address": {
"desc": "获取您的通讯地址"
},
"scope.userLocation": {
"desc": "你的位置信息将用于定位效果展示"
}
},
"lazyCodeLoading": "requiredComponents",
"requiredPrivateInfos": [
"chooseAddress",
"getLocation",
"chooseLocation"
]
}