From 31fe37f082a317da245a48ae6ed1bb9fa982b70d Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Thu, 18 Jun 2020 15:29:42 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E3=80=90=E5=95=86=E5=93=81=E5=95=86?= =?UTF-8?q?=E5=9F=8E=E3=80=91=E6=8E=A5=E5=8F=A3=E8=81=94=E8=B0=83=E2=80=94?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BD=AC=E5=8F=91=E8=AE=B0=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E4=BC=A0=E5=8F=82=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/product-store/ForwardRecord.vue | 2 +- src/views/ebiz/product-store/StoreDetail.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/product-store/ForwardRecord.vue b/src/views/ebiz/product-store/ForwardRecord.vue index 8af6bd028..6ec37406a 100644 --- a/src/views/ebiz/product-store/ForwardRecord.vue +++ b/src/views/ebiz/product-store/ForwardRecord.vue @@ -94,7 +94,7 @@ export default { this.finishedText = '已经全部加载' return } - let answerList = res.content.answerList.list + let answerList = res.content.list this.answerList = this.answerList.concat(answerList) if (answerList.length == 0) { this.finishedText = '' diff --git a/src/views/ebiz/product-store/StoreDetail.vue b/src/views/ebiz/product-store/StoreDetail.vue index 4a34cdc10..0f7a6ebc9 100644 --- a/src/views/ebiz/product-store/StoreDetail.vue +++ b/src/views/ebiz/product-store/StoreDetail.vue @@ -131,10 +131,10 @@ export default { this.$jump({ flag: 'h5', extra: { - url: location.origin + `/#/productStore/forwardRecord` + url: location.origin + `/#/productStore/forwardRecord?mallId=${this.mallId}` }, routerInfo: { - path: `/productStore/forwardRecord` + path: `/productStore/forwardRecord?mallId=${this.mallId}` } }) }