Compatible wx basic library < 2.2.3

This commit is contained in:
qimengjie
2018-12-18 11:59:28 +08:00
parent e65e4010e2
commit 892c327350

View File

@@ -350,12 +350,9 @@ Component({
this.triggerEvent('cancel', e)
},
},
lifetimes: {
attached() {
if (this.data.autoSelect) {
this.processData()
}
attached() {
if (this.data.autoSelect) {
this.processData()
}
}
})