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 53d2022 commit 76f089aCopy full SHA for 76f089a
src/components/MainPage/MessageBoard.vue
@@ -306,9 +306,7 @@ export default {
306
let MatchedMessageText = That.MatchEmotion(
307
Store.getters.GetMessageText
308
),
309
- iconNo = this.GetLocalStorage("SunqBlog").ArticleCommentIcon
310
- ? this.GetLocalStorage("SunqBlog").ArticleCommentIcon
311
- : Math.round(Math.random() * 4);
+ iconNo = this.GetLocalStorage("SunqBlog").ArticleCommentIcon || Math.round(Math.random() * 4);
312
313
this.GetLocation(function (LocationCityName) {
314
That.SQFrontAjax({
0 commit comments