diff --git a/src/components/HomePage/homePage.vue b/src/components/HomePage/homePage.vue index 87daba51..8e4e61d1 100644 --- a/src/components/HomePage/homePage.vue +++ b/src/components/HomePage/homePage.vue @@ -12,7 +12,7 @@
-
{{userData.name}}{{userData.orgInfo}} +
{{userData.name}}{{orgInfo}} 个人设置
@@ -25,7 +25,7 @@ {{pageId == userInfo.aid ? '留言板':'去留言'}} 关注TA 已关注 - +
@@ -304,7 +304,7 @@ .content-top{ // margin-top: 15px; height: 56px; - + h6{ color: #333333; font-size: 26px; diff --git a/src/components/Portal/interestCollection.vue b/src/components/Portal/interestCollection.vue index 476e3a15..30f069f9 100644 --- a/src/components/Portal/interestCollection.vue +++ b/src/components/Portal/interestCollection.vue @@ -97,15 +97,25 @@ return } this.checkboxGroup.forEach(item=>{ - data.push({ - type:1, - refId:item - }) + data.push({ type:1, refId:item }); }) apiUserhobby.save(data).then(res=>{ if(res.status == 200) { this.interestCollection = false; const h = this.$createElement; + let event = { + key: "FinishHobby",//分享 + title: "设置兴趣爱好",//分享 + parameters:"",//内容的作者 + content: '设置兴趣爱好',//事件的内容 + objId: '1234567890123456789',//此项关联的id是没有的,需要写成固定的值 + objType: '70',//关联的类型 + objInfo: '设置兴趣爱好', + aid: this.userInfo.aid, //当前登录人的id + aname: this.userInfo.name,//当前人的姓名 + status: 1 //状态,直接写1 + } + this.$store.dispatch("userTrigger", event); this.$message({ type: 'success', dangerouslyUseHTMLString: true, diff --git a/src/views/Index.vue b/src/views/Index.vue index c240575a..1b351062 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -571,7 +571,7 @@ //检查引导页 this.checkAndShowGuide(); } - //this.$refs.userCollection.show(); + this.$refs.userCollection.show(); }, computed: { ...mapGetters(['userInfo','studyTaskCount']), diff --git a/src/views/ucurrency/Index.vue b/src/views/ucurrency/Index.vue index 63511254..687a7402 100644 --- a/src/views/ucurrency/Index.vue +++ b/src/views/ucurrency/Index.vue @@ -252,7 +252,7 @@ ], tableList: [{ name: '发布音视频课程', - hear: ['完成一个案音视频课', ], + hear: ['完成一个音视频课发布', ], value: ['+60'], upperlimit: null },