UNPKG

wux-weapp

Version:

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

30 lines (29 loc) 664 B
Page({ data: { right: [{ text: 'Cancel', style: 'background-color: #ddd; color: white', }, { text: 'Delete', style: 'background-color: #F4333C; color: white', }], left: [{ text: 'Reply', style: 'background-color: #108ee9; color: white', }, { text: 'Cancel', style: 'background-color: #ddd; color: white', }], }, onClick(e) { console.log('onClick', e.detail) }, onShare() { console.log('onShare') }, onCellClick() { console.log('onCellClick') }, })