This commit is contained in:
zhaofang
2022-09-22 11:42:19 +08:00
parent 0b0ec027c0
commit 26dab5bf85
7 changed files with 90 additions and 38 deletions

View File

@@ -212,7 +212,7 @@ export default {
key: "PublishNote",//后台的事件key
title: '编辑了笔记',//事件的标题
parameters: "",//用户自定义参数 name:value,name:value
content: this.data.name,//this.mynoteData.content,//事件的内容
content: "编辑了笔记",//this.mynoteData.content,//事件的内容
objId: res.result.id,//关联的id
objType: "6",//关联的类型
objInfo: this.data.name +''+ this.score,