diff --git a/pages/mall/index.vue b/pages/mall/index.vue index ab1070e..17253e0 100644 --- a/pages/mall/index.vue +++ b/pages/mall/index.vue @@ -156,11 +156,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) => { 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) } 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="" >