UNPKG

wux-weapp

Version:

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

19 lines (15 loc) 283 B
import { icons, logos } from './data' import ad from '../index/ad' ad({ data: { style: 'ios', icons, logos, }, onChange(e) { const style = e.detail.key === 0 ? 'ios' : 'md' this.setData({ style, }) }, })