diff --git a/pages/order/detail.vue b/pages/order/detail.vue
index d0fa5cd..8a748f9 100644
--- a/pages/order/detail.vue
+++ b/pages/order/detail.vue
@@ -1,726 +1,688 @@
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
- {{ state.orderInfo.status_text }}
-
- {{ state.orderInfo.status_desc }}
-
+ " class="state-img" :src="sheep.$url.static('/static/img/shop/order/order_success.png')">
+
+
+
+
+
+ {{ state.orderInfo.status_text }}
+
+ {{ state.orderInfo.status_desc }}
+
-
-
-
-
- {{ state.orderInfo.address.consignee }}
-
- {{ state.orderInfo.address.mobile }}
-
- {{ addressText }}
-
+
+
+
+
+ {{ state.orderInfo.address.consignee }}
+
+ {{ state.orderInfo.address.mobile }}
+
+ {{ addressText }}
+
-
-
-
-
-
-
-
- 配送方式
-
- {{ item.dispatch_type_text }}
-
+
+
+
+
+ {{ item.status_text }}
+
+ -->
+
+
+
+
+
+
+
+
+
+ 订单编号:
+ {{ state.orderInfo.order_sn }}
+
+ 复制
+
+
+ 下单时间:
+ {{ state.orderInfo.create_time }}
+
+
+ 支付时间:
+ {{ state.orderInfo.paid_time || '-' }}
+
+
+ 支付方式:
+ {{ state.orderInfo.pay_types_text?.join(',') || '-' }}
+
+
+
+
+
+
+ 商品总额
+
+ ¥{{ state.orderInfo.goods_amount }}
+ +
+
+
+ {{ state.orderInfo.score_amount }}
+
+
+
+
+ 运费
+ ¥{{ state.orderInfo.dispatch_amount }}
+
+
+ 优惠金额
+ ¥{{ state.orderInfo.total_discount_fee }}
+
+
+ {{
['paid', 'completed'].includes(state.orderInfo.status) ? '已付款' : '需付款'
}}
- ¥{{ state.orderInfo.pay_fee }}
- ¥{{ state.orderInfo.pay_fee }}
+ +
- +
+
-
- {{ state.orderInfo.score_amount }}
-
-
-
- 已退款
- ¥{{ refundFee.toFixed(2) }}
-
-
+ ">
+
+ {{ state.orderInfo.score_amount }}
+
+
+
+ 已退款
+ ¥{{ refundFee.toFixed(2) }}
+
+
-
-
-
-
+ ">
+ {{ state.orderInfo.status_code === 'groupon_ing' ? '邀请拼团' : '拼团详情' }}
+
+ 查看物流
+ 确认收货
+ 评价晒单
+
+ 查看发票
+
+
+ 重新退款
+
+
+
+
+ .all-rpice-item {
+ justify-content: flex-end;
+ align-items: center;
+
+ .title {
+ font-size: 26rpx;
+ font-weight: 500;
+ color: #333333;
+ line-height: normal;
+ }
+
+ .all-price {
+ font-size: 26rpx;
+ font-family: OPPOSANS;
+ line-height: normal;
+ color: $red;
+ }
+ }
+ }
+
+ // 底部
+ .footer-box {
+ height: 100rpx;
+ width: 100%;
+ box-sizing: border-box;
+ border-radius: 10rpx;
+ padding-right: 20rpx;
+
+ .cancel-btn {
+ width: 160rpx;
+ height: 60rpx;
+ background: #eeeeee;
+ border-radius: 30rpx;
+ margin-right: 20rpx;
+ font-size: 26rpx;
+ font-weight: 400;
+ color: #333333;
+ }
+
+ .pay-btn {
+ width: 160rpx;
+ height: 60rpx;
+ font-size: 26rpx;
+ border-radius: 30rpx;
+ font-weight: 500;
+ color: #fff;
+ }
+ }
+
\ No newline at end of file
diff --git a/pages/order/list.vue b/pages/order/list.vue
index 5cb1607..5cc39aa 100644
--- a/pages/order/list.vue
+++ b/pages/order/list.vue
@@ -7,7 +7,7 @@
+ :key="order.id" @tap="onOrderDetail(order.id)">
-
@@ -61,7 +62,7 @@
优惠:¥
{{ order.total_discount_fee }}
-->
-
@@ -96,7 +97,7 @@
-->
-