init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
Page({
|
||||
data: {},
|
||||
|
||||
onClearClick() {
|
||||
const com1 = this.selectComponent('#com1');
|
||||
console.log('com1', com1.onClear);
|
||||
com1.onClear();
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user