From 5b4f65d977fb2c8650278c6acf5eba9a63b82936 Mon Sep 17 00:00:00 2001 From: xiaolian Date: Mon, 22 Jul 2024 15:26:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/brandSelect/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/brandSelect/index.js b/components/brandSelect/index.js index ec581f8..1c67f2c 100644 --- a/components/brandSelect/index.js +++ b/components/brandSelect/index.js @@ -99,7 +99,7 @@ Component({ // console.log(res) }, onLeave(res) { - console.log(this.data.item) + // console.log(this.data.item) this.triggerEvent('leave', {index: this.data.cur,item: this.data.list[this.data.cur]}) }, onAfterLeave(res) {