UNPKG

wux-weapp

Version:

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

15 lines (12 loc) 234 B
import ad from '../index/ad' ad({ data: { current: 1, }, onClick() { const current = this.data.current + 1 > 2 ? 0 : this.data.current + 1 this.setData({ current, }) }, })