feat: 订单详情 & 问卷调查
This commit is contained in:
@@ -1,56 +1,51 @@
|
||||
export default defineAppConfig({
|
||||
pages: [
|
||||
"pages/home/index", //中转页
|
||||
|
||||
'pages/home/index', //中转页
|
||||
|
||||
'pages/login/index/index',
|
||||
'pages/login/verification/index',
|
||||
'pages/login/terms/index',
|
||||
|
||||
'pages/list/index', // 列表页
|
||||
'pages/search/index', // 搜索页
|
||||
'pages/searchResult/index', // 搜索结果页面
|
||||
'pages/publishBall/index',
|
||||
'pages/detail/index',
|
||||
'pages/message/index',
|
||||
'pages/orderCheck/index',
|
||||
"pages/login/index/index",
|
||||
"pages/login/verification/index",
|
||||
"pages/login/terms/index",
|
||||
|
||||
"pages/list/index", // 列表页
|
||||
"pages/search/index", // 搜索页
|
||||
"pages/searchResult/index", // 搜索结果页面
|
||||
"pages/publishBall/index",
|
||||
"pages/detail/index",
|
||||
// 'pages/message/index',
|
||||
// 'pages/orderCheck/index',
|
||||
|
||||
// 'pages/mapDisplay/index',
|
||||
|
||||
],
|
||||
subPackages: [
|
||||
{
|
||||
root: "mod_user",
|
||||
pages: [
|
||||
'pages/myself/index', // 个人中心
|
||||
'pages/edit/index', // 个人中心
|
||||
'pages/favorites/index', // 个人中心
|
||||
'pages/orders/index', // 个人中心
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
"pages/myself/index", // 个人中心
|
||||
"pages/edit/index", // 个人中心
|
||||
"message/index", // 消息页
|
||||
"orderList/index", // 订单列表页
|
||||
"orderDetail/index", // 订单详情页
|
||||
"favorites/index", // 收藏页
|
||||
"ntrp-evaluate/index", // NTRP评估页
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
window: {
|
||||
backgroundTextStyle: 'light',
|
||||
navigationBarBackgroundColor: '#fff',
|
||||
navigationBarTextStyle: 'black'
|
||||
backgroundTextStyle: "light",
|
||||
navigationBarBackgroundColor: "#fff",
|
||||
navigationBarTextStyle: "black",
|
||||
},
|
||||
permission: {
|
||||
'scope.userLocation': {
|
||||
desc: '你的位置信息将用于小程序位置接口的效果展示'
|
||||
}
|
||||
"scope.userLocation": {
|
||||
desc: "你的位置信息将用于小程序位置接口的效果展示",
|
||||
},
|
||||
},
|
||||
requiredPrivateInfos: [
|
||||
'getLocation',
|
||||
'chooseLocation'
|
||||
],
|
||||
requiredPrivateInfos: ["getLocation", "chooseLocation"],
|
||||
plugins: {
|
||||
chooseLocation: {
|
||||
version: "1.0.12",
|
||||
provider: "wx76a9a06e5b4e693e"
|
||||
}
|
||||
}
|
||||
})
|
||||
provider: "wx76a9a06e5b4e693e",
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user