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) {