From 3bbd796a85724528e99bcb817b0538bf39ca76b2 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Tue, 1 Apr 2025 12:40:53 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3477=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BC=80=E5=90=AF=E4=BA=86?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E9=9D=A2=E8=AE=AE=E7=9A=84=E5=95=86=E5=93=81?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E5=8C=BA=E5=9F=9F=E9=9C=80=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=BA=E3=80=90=E4=BB=B7=E6=A0=BC=E9=9D=A2=E8=AE=AE=E3=80=91?= =?UTF-8?q?=EF=BC=88=E9=A1=B5=E9=9D=A2=EF=BC=9A=E6=90=9C=E7=B4=A2=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E5=88=97=E8=A1=A8=E3=80=81=E5=95=86=E8=AF=A6=E9=A1=B5?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=BA=93=E5=AD=98=E5=90=8E=E5=BC=B9=E5=87=BA?= =?UTF-8?q?=E7=9A=84=E8=A7=84=E6=A0=BC=E5=BC=B9=E7=AA=97=E3=80=81=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E8=AF=A6=E6=83=85=E9=A1=B5=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E3=80=81=E5=95=86=E5=93=81=E6=94=B6=E8=97=8F=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E3=80=81=E5=95=86=E5=93=81=E8=B6=B3=E8=BF=B9=E3=80=81?= =?UTF-8?q?=E6=96=87=E7=8E=A9=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ProductWindow.vue | 7 ++++++- pages/shop/GoodsCon/index.vue | 1 + pages/shop/GoodsList/index.vue | 3 ++- pages/user/History/index.vue | 3 ++- pagesInn/inn/innHome.vue | 3 ++- pkg_user/views/myFavorite.vue | 3 ++- wenwan/views/goodsClass.vue | 3 ++- 7 files changed, 17 insertions(+), 6 deletions(-) diff --git a/components/ProductWindow.vue b/components/ProductWindow.vue index 63c57c0..5800a60 100644 --- a/components/ProductWindow.vue +++ b/components/ProductWindow.vue @@ -6,7 +6,7 @@ - + {{ attrObj.productSelect.price }} @@ -14,6 +14,7 @@ 会员价 + 价格面议 {{ attrObj.productSelect.store_name }} @@ -90,6 +91,10 @@ export default { name: "ProductWindow", props: { + isNegotiable: { + type: Boolean, + default: false + }, isGift: { type: Boolean, default: false diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index 8f38f0f..9623fcc 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -482,6 +482,7 @@ :attr="attr" :cartNum="cart_num" @changeFun="changeFun" + :isNegotiable="storeInfo.isNegotiable === 1" @gift="gift" :isGift="isGift" /> diff --git a/pages/shop/GoodsList/index.vue b/pages/shop/GoodsList/index.vue index 2c5856c..d1149c6 100644 --- a/pages/shop/GoodsList/index.vue +++ b/pages/shop/GoodsList/index.vue @@ -73,7 +73,7 @@ {{ item.storeName }} - + {{ force2Decimal(item.vipPrice) }} @@ -81,6 +81,7 @@ ¥{{ force2Decimal(item.otPrice) }} + 价格面议 diff --git a/pages/user/History/index.vue b/pages/user/History/index.vue index ca89ea1..66a3887 100644 --- a/pages/user/History/index.vue +++ b/pages/user/History/index.vue @@ -45,7 +45,7 @@ {{ historyItem.storeName }} - + {{ historyItem.price }} @@ -54,6 +54,7 @@ + 价格面议 {{ item.storeName }} - + ¥{{ item.price }} + 价格面议 {{ item['storeName'] }} 规格:{{ item['sku'] }} - + {{ item['price'] }} ¥{{ item['otPrice'] }} + 价格面议 diff --git a/wenwan/views/goodsClass.vue b/wenwan/views/goodsClass.vue index 1801127..3bf2919 100644 --- a/wenwan/views/goodsClass.vue +++ b/wenwan/views/goodsClass.vue @@ -52,7 +52,8 @@ - ¥{{ item.price }} + ¥{{ item.price }} + 价格面议