From d0a48b3e4032e7764e69d9824d76c28974fd7a8e Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Mon, 20 Jun 2022 18:13:06 +0800 Subject: [PATCH] feat: There is no way the, bug #55865 --- .../pages/my-questions/components/questionItemInfo.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/personal/pages/my-questions/components/questionItemInfo.vue b/src/pages/personal/pages/my-questions/components/questionItemInfo.vue index a4c09dc06..1026e8895 100644 --- a/src/pages/personal/pages/my-questions/components/questionItemInfo.vue +++ b/src/pages/personal/pages/my-questions/components/questionItemInfo.vue @@ -61,7 +61,10 @@ export default { }, //点击预览 clickButtonTo(attId) { - this.$preview(attId) + // 过滤 + if(attId.indexOf("ATT_FILE") !== -1){ + this.$preview(attId) + } }, answerChang(){} },