diff --git a/src/pages.json b/src/pages.json
index b568132..e30adf4 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -651,6 +651,12 @@
"style" : {
"navigationBarTitleText": "订场卡订单列表"
}
+ },
+ {
+ "path": "pages/booking_card/order_info",
+ "style" : {
+ "navigationBarTitleText": "订场卡订单详情"
+ }
}
]
},
diff --git a/src/subpackage/order/pages/booking_card/order_info.vue b/src/subpackage/order/pages/booking_card/order_info.vue
new file mode 100644
index 0000000..fae2e24
--- /dev/null
+++ b/src/subpackage/order/pages/booking_card/order_info.vue
@@ -0,0 +1,192 @@
+
+
+
+
+
+ 订场卡信息
+ 使用记录
+
+
+ {{ orderInfo.created_at || '-' }}
+ {{ orderInfo.mobile || '-' }}
+ {{ orderInfo.nickname || '-' }}
+
+
+ ¥{{ orderInfo.amount || '0' }}
+ -¥{{ orderInfo.discount_amount || '0' }}
+ -¥{{ orderInfo.deduction_amount || '0' }}
+ -¥{{ orderInfo.coupons_amount || '0' }}
+
+ 合计支付:¥{{ orderInfo.pay_amount || '0' }}
+
+
+
+
+
+ 支付信息
+
+
+ 支付方式支付方式支付方式支付方式支付方式支付方式支付方式支付方式支付方式
+ {{ orderInfo.mobile || '-' }}
+ {{ orderInfo.nickname || '-' }}
+
+
+
+
+ 退款
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/subpackage/order/pages/booking_card/order_list.vue b/src/subpackage/order/pages/booking_card/order_list.vue
index 270fb2d..01f0e7b 100644
--- a/src/subpackage/order/pages/booking_card/order_list.vue
+++ b/src/subpackage/order/pages/booking_card/order_list.vue
@@ -20,7 +20,6 @@
-