From 08d85bd6444c03d64b1db6a7b70ab42143872984 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Mon, 20 Jun 2022 16:17:26 +0800 Subject: [PATCH] feat: There is no way the, bug #55710 --- .../pages/my-questions/components/questionItemInfo.vue | 4 +++- 1 file changed, 3 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 bc31a6c57..7d622fa11 100644 --- a/src/pages/personal/pages/my-questions/components/questionItemInfo.vue +++ b/src/pages/personal/pages/my-questions/components/questionItemInfo.vue @@ -24,7 +24,7 @@
- 归档 + 归档
@@ -40,6 +40,8 @@ export default { data(){ return{ checked: '', + answererNowUserId: this.$store.getters.userInfo.userId, + answererNowUserName: this.$store.getters.userInfo.userName, } }, methods:{