diff --git a/src/pages/search.wpy b/src/pages/search.wpy index 624fe8e..04b771d 100644 --- a/src/pages/search.wpy +++ b/src/pages/search.wpy @@ -99,13 +99,11 @@ this.getRecords(); }, languageChange(e) { - console.log('language picker发送选择改变,携带值为', e.detail.value); this.language = this.languageArr[e.detail.value]; this.initPageParam(); this.getRecords(); }, typeChange(e) { - console.log('type picker发送选择改变,携带值为', e.detail.value); this.type = e.detail.value; this.typeName = this.typeArr[this.type]; this.initPageParam();