From fdc01c94a44888f51abbace390b885c23b2b88de Mon Sep 17 00:00:00 2001 From: buffeyu Date: Wed, 26 Jan 2022 11:23:53 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BA=B8=E5=95=86?= =?UTF-8?q?=E5=9F=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mall/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/mall/index.vue b/pages/mall/index.vue index baf88aa..3fd7062 100644 --- a/pages/mall/index.vue +++ b/pages/mall/index.vue @@ -158,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) => { From 4cd787ffc173727889fe891126cac7d36cba1063 Mon Sep 17 00:00:00 2001 From: buffeyu Date: Wed, 26 Jan 2022 11:29:52 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/quotation-details/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/quotation-details/index.vue b/pages/quotation-details/index.vue index 4fd7930..06d6960 100644 --- a/pages/quotation-details/index.vue +++ b/pages/quotation-details/index.vue @@ -192,7 +192,8 @@ export default { // 修改报价按钮 editPrice() { var params = { - title: '修改报价' + title: '修改报价', + id: this.upDataObj.id } go2('submit-quotation', params) } From e7815f99f484da39006f0692ce856befcac581aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=98=81=E8=BE=89?= Date: Wed, 26 Jan 2022 11:30:29 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/submit-quotation/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/submit-quotation/index.vue b/pages/submit-quotation/index.vue index a342d7c..9be9eef 100644 --- a/pages/submit-quotation/index.vue +++ b/pages/submit-quotation/index.vue @@ -44,7 +44,7 @@ {{ items.paperName }} | {{ items.gramWeight }}g | {{ items.length }}*{{ items.width }} | {{ items.quantity }}张 - + @@ -62,7 +62,7 @@ v-if="upDataObj.replyStatus !== 30102" @click="priceModify(items, index)" class="submit-image-price" - src="../../static/imgs/trade/myPrice.png" + src="../../static/imgs/mall/edit.png" mode="" >