Authored by lea guo

Merge branch 'feature/0813/yuany' of git.yoho.cn:fe/yoho-community-web into feature/0813/yuany

... ... @@ -4,6 +4,7 @@ import {createNamespacedHelpers} from 'vuex';
import YAS from 'utils/yas-constants';
const {mapActions: articleMapActions, mapMutations: articleMapMutations, mapState: articleMapState} = createNamespacedHelpers('article');
const {mapActions: commentMapActions} = createNamespacedHelpers('comment');
export default {
name: 'CommentPlaceholder',
... ... @@ -45,6 +46,7 @@ export default {
}
},
methods: {
...commentMapActions(['postComment']),
...articleMapActions(['fetchArticleUpdate']),
...articleMapMutations(['UPDATE_ARTICLE_COMMENT_COUNT', 'INIT_COMENT_INPUT']),
async openComentInput() {
... ...
... ... @@ -338,7 +338,6 @@ export default {
time: 1000
}).show();
}
return list;
},
scrollTo({scrollTop}) {
... ... @@ -565,7 +564,7 @@ export default {
width: 100%;
position: absolute !important;
bottom: 0;
z-index: 10;
z-index: 999;
transition: all 300ms;
.footer-comment {
... ...
{
"name": "yoho-community-web",
"version": "6.9.8-beta58",
"version": "6.9.8-beta62",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...