import Page from '../../common/page'; Page({ onChange(event) { wx.showToast({ icon: 'none', title: `当前值:${event.detail}` }); } });