import ad from '../index/ad' ad({ data: { current: '1', }, onChange(e) { console.log('onChange', e) this.setData({ current: e.detail.key, }) }, })