From 151521219086bdd92f187a4ceca50a23c2cb0a4c Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Fri, 2 Jul 2021 11:38:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=AE=B6=E5=9B=BE=E6=A0=87=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9/=E6=88=91=E7=9A=84=E6=94=B6?= =?UTF-8?q?=E8=97=8F=E5=95=86=E5=AE=B6=E5=9B=BE=E6=A0=87=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/collect/index.vue | 12 ++++++------ pages/goodsDetail/index.vue | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/collect/index.vue b/pages/collect/index.vue index 733dd04..cc3c6af 100644 --- a/pages/collect/index.vue +++ b/pages/collect/index.vue @@ -3,13 +3,13 @@ - + {{ item.goods.name }} - - + + {{ item.goods.store.name }} @@ -123,9 +123,9 @@ border-radius: 20rpx; } .shop-img{ - width: 60rpx; - height: 60rpx; - border-radius: 10rpx; + width: 50rpx; + height: 50rpx; + border-radius: 50%; } .shop-name{ width: 305rpx; diff --git a/pages/goodsDetail/index.vue b/pages/goodsDetail/index.vue index ba0345c..fc6b68a 100644 --- a/pages/goodsDetail/index.vue +++ b/pages/goodsDetail/index.vue @@ -31,8 +31,8 @@ 适用门店 - - + + {{ goods_detail.store.name }} @@ -276,7 +276,7 @@ .shop-img{ width: 60rpx; height: 60rpx; - border-radius: 10rpx; + border-radius: 50%; } }