Sfoglia il codice sorgente

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

Karsa 2 anni fa
parent
commit
1af0bab927
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      pages/question/question.vue

+ 4 - 0
pages/question/question.vue

@@ -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;