WGShare.Client.Wx/pages/search/other/index.js

12 lines
149 B
JavaScript

Component({
data: {
value: '',
},
methods: {
onChange({ detail }) {
console.log(`modelValue: ${detail.value}`);
},
},
});