Page({ data: { activeValues: [], }, handleChange(e) { this.setData({ activeValues: e.detail.value, }); }, });