Files
bodyWeight/components/configureDevice_4/configureDevice_4.js
T
2025-05-29 15:34:28 +08:00

9 lines
157 B
JavaScript

Component({
methods: {
bindOk() {
this.triggerEvent('deviceEvent', {
status: true
});
}
}
});