UNPKG

wux-weapp

Version:

一套组件化、可复用、易扩展的微信小程序 UI 组件库

12 lines (11 loc) 170 B
Page({ data: { current: 1, }, onChange(e) { console.log('onChange', e) this.setData({ current: e.detail.current, }) }, })