From 8d601f46744e57f631c3450c75d25202e85adc69 Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 19 Feb 2019 20:32:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=90=9C=E7=B4=A2=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=B8=8A=E5=A4=9A=E4=BD=99=E7=9A=84=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/search.wpy | 2 -- 1 file changed, 2 deletions(-) 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();