From fd129037e38b9577e976ecebae22c74ccaebc869 Mon Sep 17 00:00:00 2001 From: youmengting <2080639302@qq.com> Date: Wed, 26 Apr 2023 17:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9C=B0=E5=9D=80bug?= =?UTF-8?q?=EF=BC=8CcartChoose,=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/cart-choose/cart-choose.vue | 18 +++--- components/goods-list/goods-list.vue | 36 +++++------ pages/tabBar/classify/classify.vue | 27 ++++++--- .../address/addNewAddress/addNewAddress.vue | 11 +--- physical-merchants/address/address.vue | 28 +++++---- physical-merchants/classify/cart/cart.vue | 17 +++--- .../classify/goods-search/goods-search.vue | 13 ++-- .../classify/goodsDetail/goodsDetail.vue | 14 ++--- .../settleAccounts/settleAccounts.vue | 60 +++++++++++++++---- 9 files changed, 133 insertions(+), 91 deletions(-) diff --git a/components/cart-choose/cart-choose.vue b/components/cart-choose/cart-choose.vue index dfa798c..edaf73a 100644 --- a/components/cart-choose/cart-choose.vue +++ b/components/cart-choose/cart-choose.vue @@ -3,9 +3,9 @@ - + - + 原价¥{{specificationList[chooseIndex].originalPrice}} @@ -44,7 +44,7 @@ - + {{item.name}} ¥{{item.price}} 库存{{item.stock}} @@ -365,9 +365,9 @@ width: calc(100% - 40rpx); padding-bottom: 20rpx; .choose-way{ - height: 70rpx; + height: 80rpx; width: 100%; - border-radius: 35rpx; + border-radius: 40rpx; overflow: hidden; display: flex; align-items: center; @@ -375,15 +375,15 @@ .way{ width: 50%; - height:70rpx; - line-height:70rpx; + height:80rpx; + line-height:80rpx; text-align: center; } .way1{ width: 100% ; - height: 70rpx; - line-height: 70rpx; + height: 80rpx; + line-height: 80rpx; text-align: center; } diff --git a/components/goods-list/goods-list.vue b/components/goods-list/goods-list.vue index 93dd3e4..8812677 100644 --- a/components/goods-list/goods-list.vue +++ b/components/goods-list/goods-list.vue @@ -1,6 +1,7 @@