mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
留言
This commit is contained in:
@@ -523,10 +523,10 @@ export default {
|
||||
key: "ReadQuestion",//后台的事件key 发布文章且审核通过
|
||||
title: "阅读问题",//事件的标题
|
||||
parameters:"",//用户自定义参数 name:value,name:value
|
||||
content: this.detailData.title,//事件的内容
|
||||
content: '阅读了问题',//事件的内容
|
||||
objId: this.qid,//关联的id
|
||||
objType: "4",//关联的类型
|
||||
objInfo: "问答",
|
||||
objInfo: this.detailData.title,
|
||||
aid: this.userInfo.aid, //当前登录人的id
|
||||
aname: this.userInfo.name,//当前人的姓名
|
||||
status: 1 //状态,直接写1
|
||||
@@ -691,10 +691,10 @@ export default {
|
||||
key: "AnswerQuestion",//后台的事件key
|
||||
title: "回答问题",//事件的标题
|
||||
parameters:"",//用户自定义参数 name:value,name:value
|
||||
content: this.detailData.title,//事件的内容
|
||||
content: '回答了问题',//事件的内容
|
||||
objId: res.result.id,//关联的id
|
||||
objType: "5",//关联的类型
|
||||
objInfo: "问答",
|
||||
objInfo: this.detailData.title,
|
||||
aid: this.userInfo.aid, //当前登录人的id
|
||||
aname: this.userInfo.name,//当前人的姓名
|
||||
status: 1 //状态,直接写1
|
||||
|
||||
Reference in New Issue
Block a user