UNPKG

wux-weapp

Version:

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

12 lines (11 loc) 235 B
Page({ onClick(e) { console.log('onClick', e) if (e.detail.type === 'right') { wx.showModal({ title: 'Thank you for your support!', showCancel: !1, }) } }, })