mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 05:16:43 +08:00
1280样式调整
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user