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 }} + 价格面议