标签: iview
Page({ data: { current: 'homepage' }, handleChange ({ detail }) { this.setData({ current: detail.key }); } });