From a39aa6e059c86c00e885678165fe2a0dd65b0195 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Mon, 17 Aug 2020 18:13:01 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=96=87=E5=AD=97=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/shop/group/item.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/shop/group/item.vue b/components/shop/group/item.vue index f5ea3e4..eacbf15 100644 --- a/components/shop/group/item.vue +++ b/components/shop/group/item.vue @@ -63,7 +63,7 @@ export default { .price{ display: flex; // align-items: center; - align-content: flex-end; + // align-content: flex-end; justify-content: space-between; margin-top: 10rpx; > view:first-child{ @@ -75,6 +75,8 @@ export default { font-size: 22rpx; height: 22rpx; color: #FDD360; + text-align: end; + margin-top:8rpx; } } } From 9f17c5478c59ce033fffe931c75d10d1847f787c Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Tue, 18 Aug 2020 10:43:15 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageA/login/login.vue | 9 +++++ pageE/setting/Index.vue | 8 +++- pages/index/index.vue | 79 +++++++++++++++++++++++++++------------ static/goeasy-im-1.1.1.js | 2 + static/imservice.js | 4 +- 5 files changed, 77 insertions(+), 25 deletions(-) create mode 100644 static/goeasy-im-1.1.1.js diff --git a/pageA/login/login.vue b/pageA/login/login.vue index 834699b..87a3848 100644 --- a/pageA/login/login.vue +++ b/pageA/login/login.vue @@ -61,6 +61,7 @@