From 613187f985cb79964c364cca507c8f898abfc954 Mon Sep 17 00:00:00 2001 From: zyn Date: Tue, 4 Apr 2023 19:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=87=E5=87=86=E6=B3=95?= =?UTF-8?q?=E8=A7=84=E5=BA=93-=E6=A0=87=E5=87=86=E9=97=AE=E7=AD=94?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 4 ++-- src/pages/personal/pages/my-questions/index3.vue | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 82f49c5ec..297ccbe34 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -2647,7 +2647,6 @@ export default { }, //标准问答按钮 knowledgeSharing() { - console.log(this.$route.params.id) this.selectAskReply() .then((res)=>{ if( res && res.data.length === 0){ @@ -2666,7 +2665,8 @@ export default { name: 'MyQuestions3', query: { activeName: "myQue", - classification: data.classification, + type: this.$route.params.pageType, + // classification: data.classification, id: this.$route.params.id, dialogVisible: false }, diff --git a/src/pages/personal/pages/my-questions/index3.vue b/src/pages/personal/pages/my-questions/index3.vue index 9cc50d46a..432644d86 100644 --- a/src/pages/personal/pages/my-questions/index3.vue +++ b/src/pages/personal/pages/my-questions/index3.vue @@ -1361,7 +1361,14 @@ export default { }) }else{ this.activeName = this.$route.query.activeName - this.activeType = this.$route.query.classification + if(this.$route.query.type === 'BUSINESS_STAND'){ + this.activeType = 'BUSINESS_STAND' + }else if(this.$route.query.type === 'INLAND_STAND'){ + this.activeType = 'INLAND' + }else if(this.$route.query.type === 'FOREIGN_STAND'){ + this.activeType = 'FOREIGN' + } + // this.activeType = this.$route.query.classification // this.sourceClick() this.activestand = this.$route.query.id // this.standClick()