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:{ }