Merge branch 'develop'
Showing
3 changed files
with
4 additions
and
4 deletions
@@ -22,9 +22,9 @@ | @@ -22,9 +22,9 @@ | ||
22 | 22 | ||
23 | <div class="publish-time"> | 23 | <div class="publish-time"> |
24 | <span>{{publishTime}}</span> | 24 | <span>{{publishTime}}</span> |
25 | - <!-- <div v-if="data.articleId && !share" class="more-wrap"> | 25 | + <div v-if="data.articleId && !share" class="more-wrap"> |
26 | <i class="iconfont icon-more1" @click="onMore"></i> | 26 | <i class="iconfont icon-more1" @click="onMore"></i> |
27 | - </div> --> | 27 | + </div> |
28 | </div> | 28 | </div> |
29 | <!-- <ArticleDetailCommentList ref="commentList" v-if="data.articleId" | 29 | <!-- <ArticleDetailCommentList ref="commentList" v-if="data.articleId" |
30 | :article-id="data.articleId" | 30 | :article-id="data.articleId" |
@@ -44,7 +44,7 @@ function handleProtocol(url) { | @@ -44,7 +44,7 @@ function handleProtocol(url) { | ||
44 | const filterEmoji = text => { | 44 | const filterEmoji = text => { |
45 | 45 | ||
46 | text = text.replace(emojiRegex(), ''); | 46 | text = text.replace(emojiRegex(), ''); |
47 | - text = text.replace(/(\ud83d\udd76)|\ud83c|\ud83d|\ud83e/gi, ''); | 47 | + text = text.replace(/(\ud83c\udf2a)|(\ud83d\udd76)|\ud83c|\ud83d|\ud83e/gi, ''); |
48 | return text; | 48 | return text; |
49 | }; | 49 | }; |
50 | 50 |
1 | { | 1 | { |
2 | "name": "yoho-community-web", | 2 | "name": "yoho-community-web", |
3 | - "version": "6.9.25", | 3 | + "version": "6.9.27", |
4 | "private": true, | 4 | "private": true, |
5 | "description": "A New Yohobuy Project With Express", | 5 | "description": "A New Yohobuy Project With Express", |
6 | "repository": { | 6 | "repository": { |
-
Please register or login to post a comment