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