@@ -387,6 +387,7 @@ export default {
if(code !== 200) return
wx.showToast({title: '发布成功'});
this.comment_cont = '';
+ this.select_comment_type === 2 && this.getComment();
}
@@ -607,6 +608,9 @@ page {
align-items: center;
z-index: 99;
background-color: #fff;
+ ::-webkit-scrollbar {
+ display: none;
+ }
.write-ipt {
padding: 30rpx 0;
flex: 1;