We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5997581 commit 64edfcaCopy full SHA for 64edfca
src/components/MainPage/BlogDetail.vue
@@ -213,6 +213,13 @@
213
Title: '昵称和评论不能为空呦'
214
});
215
}
216
+
217
+ // 创建日志
218
+ this.createLog({
219
+ moduleType:'button',
220
+ operateType:'评论文章',
221
+ operateContent: That.Article.Title
222
+ });
223
},
224
// 获取评论列表
225
GetCommentList: function () {
src/components/MainPage/MessageBoard.vue
@@ -280,6 +280,13 @@
280
Title: '昵称和留言不能为空呦'
281
282
283
284
285
286
287
+ operateType:'留言',
288
+ operateContent: MatchedMessageText
289
290
291
292
// 渲染留言列表
0 commit comments