UNPKG

wux-weapp

Version:

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

12 lines (11 loc) 205 B
Page({ data: { current: 1, }, onClick() { const current = this.data.current + 1 > 2 ? 0 : this.data.current + 1 this.setData({ current, }) }, })