From dc5b8bcaeb4765bc04a59e8a11f46a0d34dc9cd4 Mon Sep 17 00:00:00 2001 From: buffeyu Date: Wed, 26 Jan 2022 09:19:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=88=B7=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/client-detail/basic-information.vue | 6 ++++-- pages/mall/index.vue | 16 ++++++++++------ pages/my-offer/index.vue | 6 +++--- pages/quotation-details/index.vue | 2 +- 4 files changed, 18 insertions(+), 12 deletions(-) diff --git a/pages/client-detail/basic-information.vue b/pages/client-detail/basic-information.vue index 524bc3a..4ea7829 100644 --- a/pages/client-detail/basic-information.vue +++ b/pages/client-detail/basic-information.vue @@ -89,13 +89,15 @@ 产房面积: - {{ info.plantArea }}m² + {{ info.plantArea }} + 年营业额: - {{ info.annualTurnover }}万 + {{ info.annualTurnover }} + diff --git a/pages/mall/index.vue b/pages/mall/index.vue index 098de0b..afc3aa8 100644 --- a/pages/mall/index.vue +++ b/pages/mall/index.vue @@ -140,6 +140,9 @@ export default { this.getSupplier(this.$store.state.supplierInfo.supplierId) } }, + onShow() { + this.downCallback() + }, methods: { back, // 获取上新商品数量 @@ -155,11 +158,11 @@ export default { } else { this.logo = res.logo } - if (res.backgroundImg === '') { - this.backgroundStyle = 'background: url("/static/imgs/mall/zsc-bg-icon.png") no-repeat;' - } else { - this.backgroundStyle = 'background: url(' + res.backgroundImg + ') no-repeat;' - } + // if (res.backgroundImg === '') { + // this.backgroundStyle = 'background: url("/static/imgs/mall/zsc-bg-icon.png") no-repeat;' + // } else { + // this.backgroundStyle = 'background: url(' + res.backgroundImg + ') no-repeat;' + // } } }) .catch((err) => { @@ -423,7 +426,7 @@ export default { z-index: 9999; right: 32rpx; bottom: 122rpx; - background-color: #007aff; + background-color: #007AFF; border-radius: 50%; padding: 10rpx; text-align: center; @@ -439,6 +442,7 @@ export default { .my-image { width: 100rpx; height: 100rpx; + } } diff --git a/pages/my-offer/index.vue b/pages/my-offer/index.vue index 442287f..8abe502 100644 --- a/pages/my-offer/index.vue +++ b/pages/my-offer/index.vue @@ -13,9 +13,9 @@ {{items.belongEnterpriseName}} {{ controlItems[items.orderStatus - 1] }} - - - + + + {{ item.brandName }}{{ item.categoryName }} diff --git a/pages/quotation-details/index.vue b/pages/quotation-details/index.vue index d7ef22e..b63c5bf 100644 --- a/pages/quotation-details/index.vue +++ b/pages/quotation-details/index.vue @@ -192,7 +192,7 @@ export default { // 修改报价按钮 editPrice() { var params = { - title: '修改报价' + title: '修改报价', } go2('submit-quotation', params) }