浏览代码

发布后处于我的留言刷新数据

Karsa 2 年之前
父节点
当前提交
1af0bab927
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages/question/question.vue

+ 4 - 0
pages/question/question.vue

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