From d18872f1d0ce130439f5bc6040402d88aa68923e Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 11 Jul 2024 21:06:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=EF=BC=8C=E9=97=A8=E5=BA=97?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 6 +++ common/css/page.css | 6 +-- locale/en.json | 2 + locale/zh.json | 2 + pages/plugins/realstore/detail/detail.css | 3 ++ pages/plugins/realstore/detail/detail.vue | 66 +++++++++++++++-------- 6 files changed, 61 insertions(+), 24 deletions(-) diff --git a/changelog.md b/changelog.md index df22b5ae..40595dca 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## 6.2.0.5(2024-07-11) +1. 门店基础模式优化支持(基础、商品、基础+商品) +2. 文章增加封面支持 + + + ## 6.2.0.4(2024-07-10) 1. 商品详情更多门店追踪商品 diff --git a/common/css/page.css b/common/css/page.css index 77281773..0988dd60 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -935,10 +935,10 @@ button[disabled].bg-grey { } .nav-active-line::before { content: ''; - width: 12px; - height: 2px; + width: 24rpx; + height: 6rpx; background: transparent; - border-radius: 1px; + border-radius: 6rpx; position: absolute; left: 50%; bottom: 0; diff --git a/locale/en.json b/locale/en.json index 99175b46..676c7941 100644 --- a/locale/en.json +++ b/locale/en.json @@ -508,6 +508,8 @@ "w3jma9": "coupon", "u401fi": "specifications", "317jp2": "Related stores", + "dfge45": "Store Introduction", + "567uhg": "Store products", "znz76d": "Evaluation", "1rqkjt": "Positive review rate", "6k7808": "I want to evaluate", diff --git a/locale/zh.json b/locale/zh.json index 504c3a54..fe548502 100644 --- a/locale/zh.json +++ b/locale/zh.json @@ -498,6 +498,8 @@ "w3jma9": "优惠券", "u401fi": "规格", "317jp2": "相关门店", + "dfge45": "门店介绍", + "567uhg": "门店商品", "znz76d": "商品评价", "1rqkjt": "好评率", "6k7808": "我要评价", diff --git a/pages/plugins/realstore/detail/detail.css b/pages/plugins/realstore/detail/detail.css index fc713548..6c7a8886 100644 --- a/pages/plugins/realstore/detail/detail.css +++ b/pages/plugins/realstore/detail/detail.css @@ -94,6 +94,9 @@ page { .right-content-actual { padding-bottom: calc(105rpx + env(safe-area-inset-bottom)); } +.right-content-actual.base-mode-goods { + padding-bottom: calc(126rpx + env(safe-area-inset-bottom)); +} .goods-list-top-nav { position: sticky; top: 0; diff --git a/pages/plugins/realstore/detail/detail.vue b/pages/plugins/realstore/detail/detail.vue index ecf7cbd2..e515d2a6 100644 --- a/pages/plugins/realstore/detail/detail.vue +++ b/pages/plugins/realstore/detail/detail.vue @@ -8,7 +8,7 @@