diff --git a/README.md b/README.md
index b067c18..8f3c141 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,12 @@ npm run build:mp-weixin
### 配置
+### 正式APPID
+> wxf1294b279ad1b845
+
+### 测试APPID
+> wx7106e84614cf0060
+
### ipx 底部适配高度函数
```css
diff --git a/src/js/api.js b/src/js/api.js
index b6e13e5..9eee7d0 100644
--- a/src/js/api.js
+++ b/src/js/api.js
@@ -2,35 +2,35 @@ export const ORIGIN = `http://testmanager.ouxuanzhineng.cn`; // 测试
// export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式
export const API = {
- wechatMiniAppLoginAndSync:`${ORIGIN}/user/wechatMiniAppLoginAndSync`, // 小程序授权
- brandInfo:`${ORIGIN}/stadium/brand/get`, // 品牌信息
- assistantAuth:`${ORIGIN}/assistant/auth`, // 授权绑定 - 获取用户信息
- calc:`${ORIGIN}/admin/assistant/calc`, // 首页 统计页面
- stadiumList:`${ORIGIN}/stadium/list`, // 店铺列表
- stadiumDetail:`${ORIGIN}/stadium/detail`, // A店铺管理-店铺列表-店铺详情
+ wechatMiniAppLoginAndSync: `${ORIGIN}/user/wechatMiniAppLoginAndSync`, // 小程序授权
+ brandInfo: `${ORIGIN}/stadium/brand/get`, // 品牌信息
+ assistantAuth: `${ORIGIN}/assistant/auth`, // 授权绑定 - 获取用户信息
+ calc: `${ORIGIN}/admin/assistant/calc`, // 首页 统计页面
+ stadiumList: `${ORIGIN}/stadium/list`, // 店铺列表
+ stadiumDetail: `${ORIGIN}/stadium/detail`, // A店铺管理-店铺列表-店铺详情
- verifiedOrderList:`${ORIGIN}/admin/assistant/order/verified`, // 核销订单列表
- verifiedOrderInfo:`${ORIGIN}/admin/stadium/order/get`, // 核销订单信息
- verifiedOrder:`${ORIGIN}/admin/stadium/order/verify`, // 核销订单
+ verifiedOrderList: `${ORIGIN}/admin/assistant/order/verified`, // 核销订单列表
+ verifiedOrderInfo: `${ORIGIN}/admin/stadium/order/get`, // 核销订单信息
+ verifiedOrder: `${ORIGIN}/admin/stadium/order/verify`, // 核销订单
- collectionRecord:`${ORIGIN}/admin/assistant/collection/record`, // 收款记录
- collectionDetails:`${ORIGIN}/admin/assistant/collection/details`, // 收款记录-收款明细
+ collectionRecord: `${ORIGIN}/admin/assistant/collection/record`, // 收款记录
+ collectionDetails: `${ORIGIN}/admin/assistant/collection/details`, // 收款记录-收款明细
- reservationOrder:`${ORIGIN}/admin/stadium/order/list`, // 预约订单
- membershipOrder:`${ORIGIN}/admin/member_card/order/list`, // 会员卡订单
+ reservationOrder: `${ORIGIN}/admin/stadium/order/list`, // 预约订单
+ membershipOrder: `${ORIGIN}/admin/member_card/order/list`, // 会员卡订单
- integralOrder:`${ORIGIN}/admin/shop/order/list`, // 积分商城订单
- integralOrderSend:`${ORIGIN}/admin/shop/order/ship`, // 积分商城订单-发货
+ integralOrder: `${ORIGIN}/admin/shop/order/list`, // 积分商城订单
+ integralOrderSend: `${ORIGIN}/admin/shop/order/ship`, // 积分商城订单-发货
// 营业额统计
- turnoverBrand:`${ORIGIN}/admin/assistant/turnover/brand/calc`, // 营业额记录-品牌
- turnoverStadium:`${ORIGIN}/admin/assistant/turnover/brand/stadium/calc`, // 营业额记录-门店
+ turnoverBrand: `${ORIGIN}/admin/assistant/turnover/brand/calc`, // 营业额记录-品牌
+ turnoverStadium: `${ORIGIN}/admin/assistant/turnover/brand/stadium/calc`, // 营业额记录-门店
- turnoverDay:`${ORIGIN}/admin/assistant/turnover/calc/day`, // 营业额记录-时间选择-天
- turnoverMonth:`${ORIGIN}/admin/assistant/turnover/calc/month`, // 营业额记录-时间选择-月
- turnoverYear:`${ORIGIN}/admin/assistant/turnover/calc/year`, // 营业额记录-时间选择-年
+ turnoverDay: `${ORIGIN}/admin/assistant/turnover/calc/day`, // 营业额记录-时间选择-天
+ turnoverMonth: `${ORIGIN}/admin/assistant/turnover/calc/month`, // 营业额记录-时间选择-月
+ turnoverYear: `${ORIGIN}/admin/assistant/turnover/calc/year`, // 营业额记录-时间选择-年
// 消息列表
@@ -41,20 +41,22 @@ export const API = {
// 员工管理
API['employee'] = {
- inviteCode:`${ORIGIN}/admin/assistant/qrcode/invite`, // 添加员工二维码
- employeeAdd:`${ORIGIN}/assistant/employee/add`, // 添加员工-填写信息
- employeeList:`${ORIGIN}/admin/assistant/employee/list`, // 员工列表
- employeeDelete:`${ORIGIN}/admin/assistant/employee/delete`, // 移除员工
- employeeGrant:`${ORIGIN}/admin/assistant/employee/grant`, // 员工授权/审核
- adminReplace:`${ORIGIN}/admin/assistant/replace`, // 更换管理员
- employeeUnreview:`${ORIGIN}/admin/assistant/employee/unreview`, // 未审核员工列表
+ inviteCode: `${ORIGIN}/admin/assistant/qrcode/invite`, // 添加员工二维码
+ employeeAdd: `${ORIGIN}/assistant/employee/add`, // 添加员工-填写信息
+ employeeList: `${ORIGIN}/admin/assistant/employee/list`, // 员工列表
+ employeeDelete: `${ORIGIN}/admin/assistant/employee/delete`, // 移除员工
+ employeeGrant: `${ORIGIN}/admin/assistant/employee/grant`, // 员工授权/审核
+ adminReplace: `${ORIGIN}/admin/assistant/replace`, // 更换管理员
+ employeeUnreview: `${ORIGIN}/admin/assistant/employee/unreview`, // 未审核员工列表
}
API['venue'] = {
- venueTypes:`${ORIGIN}/stadium/venue/types`, // 场馆类型
- venueList:`${ORIGIN}/stadium/book/list`, // 场地列表
-
+ venueTypes: `${ORIGIN}/stadium/venue/types`, // 场馆类型
+ venueList: `${ORIGIN}/stadium/book/list`, // 场地列表
+ venueTakeUp: `${ORIGIN}/admin/assistant/venue/takeUp`, // 商家助手-占用场地提交
+ takeUpList: `${ORIGIN}/admin/timeSelect/list/4`, // 商家助手-占用场地列表
+ setStatus: `${ORIGIN}/admin/timeSelect/setStatus`, // 商家助手-占用场地列表
}
diff --git a/src/pages/site/confirm/confirm.vue b/src/pages/site/confirm/confirm.vue
index c5d6f17..0d00080 100644
--- a/src/pages/site/confirm/confirm.vue
+++ b/src/pages/site/confirm/confirm.vue
@@ -3,61 +3,120 @@
-
- 欧轩智能场馆(羽毛球馆永泰店)
+
+ {{occupyInfo.storeInfo.name || '-'}}
地址:
- 深圳市南山区南山街道阳光棕榈社区桂庙路
+ {{occupyInfo.storeInfo.venue_addr || '-'}}
- 预定日期:
- 羽毛球
+ 预定项目:
+ {{occupyInfo.typeInfo.name || '-'}}
预定日期:
- 周五(05月17日)
+ {{occupyInfo.dateInfo.dayStr || '-'}}({{occupyInfo.dateInfo.showDateStr || '-'}})
预定场次:
- 1号馆 10:00-11:00 (¥80)
- 1号馆 10:00-11:00 (¥80)
- 1号馆 10:00-11:00 (¥80)
+
+ {{e.parentObj.name || '-'}} {{e.time || '-'}} (¥{{e.price || '-'}})
+
收取金额
-
+
占用原因
-
+
- 确定
+ 确定