Compatible wx basic library < 2.2.3
This commit is contained in:
@@ -350,12 +350,9 @@ Component({
|
||||
this.triggerEvent('cancel', e)
|
||||
},
|
||||
},
|
||||
|
||||
lifetimes: {
|
||||
attached() {
|
||||
if (this.data.autoSelect) {
|
||||
this.processData()
|
||||
}
|
||||
attached() {
|
||||
if (this.data.autoSelect) {
|
||||
this.processData()
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user