提交 fc09a94c authored 作者: 王鹏飞's avatar 王鹏飞

移除评论模块

上级 62831ed7
...@@ -175,3 +175,14 @@ body { ...@@ -175,3 +175,14 @@ body {
.van-popup--bottom { .van-popup--bottom {
padding-bottom: env(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);
} }
body:before {
width: 100%;
height: 100%;
content: ' ';
position: fixed;
z-index: -1;
top: 0;
left: 0;
background: #fff;
}
...@@ -98,7 +98,8 @@ export default { ...@@ -98,7 +98,8 @@ export default {
return !!this.detail.my_published return !!this.detail.my_published
}, },
hasComment() { hasComment() {
return this.detail.comment_switch === '1' return false
// return this.detail.comment_switch === '1'
}, },
contentHtml() { contentHtml() {
const content = this.detail.activity_contents || '' const content = this.detail.activity_contents || ''
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论