Authored by htoo

feat(*): 导购调整详情页面

... ... @@ -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',
... ...
... ... @@ -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')) {
... ...