1280样式调整

This commit is contained in:
zhaofang
2022-11-17 10:41:33 +08:00
parent 5fa79d372c
commit f3b3c97d5b
9 changed files with 12 additions and 9 deletions

View File

@@ -734,7 +734,6 @@ export default {
if (res.status == 200) {
this.messageSave("set");
//消息
console.log(data,'data');
let event = {
key: "AnswerBest",//设置为最佳答案
title: "回答被选为最佳答案",//
@@ -747,7 +746,6 @@ export default {
aname: this.userInfo.name,//当前人的姓名
status: 1 //状态直接写1
}
console.log(event,'event');
this.$store.dispatch("userTrigger", event);
this.loadAnswer();
this.getQuestionDetail();