From 3358ce694681348fe528d9d747c5b762d5aa7320 Mon Sep 17 00:00:00 2001 From: buffeyu Date: Wed, 26 Jan 2022 11:20:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=97=E9=93=BA=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mall/index.vue | 5 +---- pages/my-offer/index.vue | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pages/mall/index.vue b/pages/mall/index.vue index a145863..6ec6626 100644 --- a/pages/mall/index.vue +++ b/pages/mall/index.vue @@ -134,15 +134,11 @@ export default { if (this.hasCompany) { this.storeInformation = { supplierId: this.$store.state.supplierInfo.supplierId, - name: this.$store.state.supplierInfo.name } this.queryData() this.getSupplier(this.$store.state.supplierInfo.supplierId) } }, - onShow() { - this.downCallback() - }, methods: { back, // 获取上新商品数量 @@ -153,6 +149,7 @@ export default { this.storeInfo = res this.$set(this.storeInformation, 'productNumber', res.productNumber) this.$set(this.storeInformation, 'currentProductNumber', res.currentProductNumber) + this.$set(this.storeInformation, 'name', res.name) if (res.logo === '') { this.logo = 'https://qncloud.oss-cn-shenzhen.aliyuncs.com/ztb_pic/testPic.jfif' } else { diff --git a/pages/my-offer/index.vue b/pages/my-offer/index.vue index 010222b..a3e2a91 100644 --- a/pages/my-offer/index.vue +++ b/pages/my-offer/index.vue @@ -20,7 +20,7 @@ {{ item.brandName }}{{ item.categoryName }} {{ item.categoryName }}/{{ item.brandName }}/ - {{ item.gramWeight }}g/{{ item.length }}*{{ item.width }}/{{ item.pieceQuantity }}张 + {{ item.gramWeight }}g/{{ item.width }}*{{ item.length }}/{{ item.quantity }}张