From 91a655e224dd8a2c3c371823cf747151fa9e77b8 Mon Sep 17 00:00:00 2001
From: ghusermoon <2673031505@qq.com>
Date: Thu, 20 Aug 2020 16:16:34 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=89=A9=E6=B5=81=E8=B7=B3?=
=?UTF-8?q?=E8=BD=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/shop/group/item.vue | 2 +-
pageD/logistics/logistics.vue | 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/components/shop/group/item.vue b/components/shop/group/item.vue
index c00210d..acaa9ad 100644
--- a/components/shop/group/item.vue
+++ b/components/shop/group/item.vue
@@ -62,7 +62,7 @@ export default {
}
.price{
display: flex;
- // align-items: center;
+ align-items: center;
// align-content: flex-end;
justify-content: space-between;
margin-top: 16rpx;
diff --git a/pageD/logistics/logistics.vue b/pageD/logistics/logistics.vue
index 97c221d..f7c7e12 100644
--- a/pageD/logistics/logistics.vue
+++ b/pageD/logistics/logistics.vue
@@ -10,7 +10,7 @@
{{item.title}}
-
+
{{item.summary}}
@@ -40,7 +40,12 @@
this.actives = res.data.data;
}
})
- }
+ },
+ viewLogistics(id) {
+ this.$u.route('/pageE/order/Logistics', {
+ oid: id,
+ });
+ }
},
components:{
}