소스 검색

视频模块搜索修改

jwyu 2 년 전
부모
커밋
f697d1240d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pages-video/comment/list.vue

+ 2 - 1
pages-video/comment/list.vue

@@ -64,6 +64,7 @@ export default {
       	this.page=1
       	this.finished=false
       	this.list=[]
+        this.key_word = ''
       	this.getList()
       	setTimeout(()=>{
       		uni.stopPullDownRefresh()
@@ -119,7 +120,7 @@ export default {
 
         handleTypeChange(e){
             this.source=e 
-            this.key_word = '';
+            // this.key_word = '';
             this.page = 1;
             this.list=[]
             this.finished=false