File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
resources/spa/src/page/message Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default {
3333 case ' reward:feeds' :
3434 return ` ${ data .sender .name } 打赏了你的动态`
3535 case ' reward:news' :
36- return ` 你的资讯《${ data .news .name } 》被${ data .user .name } 打赏了${ data .amount }${ this .currencyUnit } `
36+ return ` 你的资讯《${ data .news .title } 》被${ data .user .name } 打赏了${ data .amount }${ this .currencyUnit } `
3737 case ' group:join' :
3838 return ` ${ data .user ? data .user .name : ' ' } 请求加入圈子「${ data .group .name } 」`
3939 case ' user-certification' :
@@ -47,12 +47,12 @@ export default {
4747 return ` ${ data .user .name } 打赏了你的回答`
4848 case ' pinned:feed/comment' :
4949 return data .state === ' rejected'
50- ? ` 拒绝用户动态评论「${ data .comment .name } 」的置顶请求`
51- : ` 同意用户动态评论「${ data .comment .name } 」的置顶请求`
50+ ? ` 拒绝用户动态评论「${ data .comment .contents } 」的置顶请求`
51+ : ` 同意用户动态评论「${ data .comment .contents } 」的置顶请求`
5252 case ' pinned:news/comment' :
5353 return data .state === ' rejected'
54- ? ` 拒绝用户关于资讯《${ data .news .name } 》评论「${ data .comment .name } 」的置顶请求`
55- : ` 同意用户关于资讯《${ data .news .name } 》评论「${ data .comment .name } 」的置顶请求`
54+ ? ` 拒绝用户关于资讯《${ data .news .title } 》评论「${ data .comment .contents } 」的置顶请求`
55+ : ` 同意用户关于资讯《${ data .news .title } 》评论「${ data .comment .contents } 」的置顶请求`
5656 case ' group:comment-pinned' :
5757 case ' group:send-comment-pinned' :
5858 return data .state === ' rejected'
You can’t perform that action at this time.
0 commit comments