笔记动态,去掉评分

This commit is contained in:
zhaofang
2022-10-22 10:57:39 +08:00
parent 040548f15f
commit e73fe4bfe2
2 changed files with 2 additions and 16 deletions

View File

@@ -369,7 +369,7 @@ export default {
content: "编辑了笔记",//this.mynoteData.content,//事件的内容
objId: res.result.id,//关联的id
objType: "6",//关联的类型
objInfo: this.data.name +'&'+ this.score,
objInfo: this.data.name,
aid: this.userInfo.aid, //当前登录人的id
aname: this.userInfo.name,//当前人的姓名
status: 1 //状态直接写1