mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
加U币
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user