This commit is contained in:
daihh
2022-11-03 16:27:26 +08:00
parent b624d1a629
commit 21b3c82085
3 changed files with 35 additions and 6 deletions

View File

@@ -228,7 +228,7 @@
提问题
</div>
<div class="qa-ranking">
<div class="portal-ranking ranking-bg">
<p class="ranking-title">贡献榜</p>
<ul class="ranking-data">
@@ -817,6 +817,20 @@ export default {
res.result.sex = null;
res.result.isAll = false;
this.$message.success("回复成功");
//发送回复事件
let event = {
key: "ReplyAnswer",//
title: '回复回答',//
parameters:"",//作者
content: '回复回答',//
objId: replyData.commentId,//关联的id
objType: "5",//关联的类型
objInfo:'',
aid: this.userInfo.aid, //当前登录人的id
aname: this.userInfo.name,//当前人的姓名
status: 1 //
}
this.$store.dispatch("userTrigger", event);
this.getUserInfoList([res.result], [res.result.sysCreateAid]);
this.curParentId = '';
this.curParent = {};