Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoo
2020-04-03 17:04:26 +0800
Commit
7d16e65b93bdc37c56c99760bc36032e80f4c729
1 parent
d601cb0f
feat(*): 导购调整详情页面
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
apps/components/widgets/widget-icon-btn.vue
apps/pages/article/article-detail.vue
apps/components/widgets/widget-icon-btn.vue
View file @
7d16e65
...
...
@@ -27,7 +27,7 @@ const classMap = {
fav: {
default: 'icon-ke_weixuanzhongx',
selected: 'icon-ke_xuanzhongx',
boldSelected: 'icon-
heart-fill
',
boldSelected: 'icon-
ke_xuanzhongx
',
},
star: {
default: 'icon-shoucang_weixuanzhongx',
...
...
apps/pages/article/article-detail.vue
View file @
7d16e65
...
...
@@ -378,10 +378,8 @@ export default {
this.$refs.footer.onPraise();
},
onComment() {
if (this.articleState.commentCount) {
this.$refs.detailLong && this.$refs.detailLong.onComment();
this.$refs.detailNote && this.$refs.detailNote.onComment();
}
},
onCommentInput(comment) {
if (get(this.$refs, 'detailNote.onComment')) {
...
...
Please
register
or
login
to post a comment