From 9df3b78f028d2465415b0df7f4df088af82ef6bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E4=BD=B3=E5=AE=87?= <17601616548@163.com>
Date: Tue, 8 Oct 2024 18:17:03 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=AD=90=E7=BB=84=E4=BB=B6?=
=?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=82=AC=E6=B5=AE=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
h5/pages/main/order/src/order.vue | 667 ++++++++++++++++--------------
1 file changed, 352 insertions(+), 315 deletions(-)
diff --git a/h5/pages/main/order/src/order.vue b/h5/pages/main/order/src/order.vue
index 3c90f51..7861bf2 100644
--- a/h5/pages/main/order/src/order.vue
+++ b/h5/pages/main/order/src/order.vue
@@ -1,352 +1,389 @@
-
-
-
-
-
- 待支付
-
-
- 已预约
-
-
- 交易关闭
-
-
- 已完成
-
-
- {{ order_info.title }}
-
-
- 体检人:
- {{ order_info.name }}
-
-
- 预约时间:
- {{ order_info.time }}
-
-
- 订单号:
- {{ order_info.order }}
-
-
- 类型:
- {{ order_info.type }}
-
-
- 需支付
- 实付款
- 已退款
- (测试:{{ order_info.true_price }})
- {{ order_info.price }}
-
-
-
-
-
- 请在
- {{ count_down_text }}
- 内完成支付
-
-
- 支付时间
- {{ order_info.pay_time }}
-
-
- 退款时间
- {{ order_info.refund_time }}
-
-
-
- 继续付款
-
- 退款
-
- 查看报告
-
- 报告解读
-
-
-
-
-
-
+ 退款
+
+ 查看报告
+
+ 报告解读
+
+
+
+
+
+
\ No newline at end of file
+.order_wrapper {
+ position: relative;
+ width: 710rpx;
+ background: #ffffff;
+ box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(0, 0, 0, 0.05);
+ border-radius: 10rpx;
+ margin: 0 auto;
+ padding-top: 35rpx;
+ margin-top: 16rpx;
+}
+