From fc8d92f9a4b5b923dcc4be49277bae782192f243 Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Mon, 3 Aug 2020 10:44:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B7=AF=E7=94=B1=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/questions/QuestionsList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/questions/QuestionsList.vue b/src/views/ebiz/questions/QuestionsList.vue index 5dfc45089..9a4e7a674 100644 --- a/src/views/ebiz/questions/QuestionsList.vue +++ b/src/views/ebiz/questions/QuestionsList.vue @@ -136,7 +136,7 @@ export default { this.$jump({ flag: 'h5', extra: { - url: `${window.location.origin}/#/questions/detail` + url: `${window.location.origin}/#/questions/detail/${item.id}/${item.businessType}` }, routerInfo: { path: `/questions/detail/${item.id}/${item.businessType}`