Explorar o código

视频模块搜索修改

jwyu %!s(int64=2) %!d(string=hai) anos
pai
achega
f697d1240d
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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