个人主页

This commit is contained in:
zhaofang
2022-09-21 16:05:51 +08:00
parent 933fd7e191
commit cbffa341e2
17 changed files with 463 additions and 64 deletions

View File

@@ -85,6 +85,10 @@ export default {
type: Object,
default: () => { }
},
score: {
type:String,
default:''
}
},
name: 'MyNote',
data() {
@@ -206,12 +210,12 @@ export default {
// 是编辑新增
let event = {
key: "PublishNote",//后台的事件key
title: this.data.name,//事件的标题
title: '编辑了笔记',//事件的标题
parameters: "",//用户自定义参数 name:value,name:value
content: this.data.name,//this.mynoteData.content,//事件的内容
objId: res.result.id,//关联的id
objType: "6",//关联的类型
objInfo: "笔记",
objInfo: this.data.name +''+ this.score,
aid: this.userInfo.aid, //当前登录人的id
aname: this.userInfo.name,//当前人的姓名
status: 1 //状态直接写1