有奖捉虫:云通信与企业服务文档专题,速来> HOT

操作步骤

1. 加上删除纸条的 showLoading 效果。
wx.showLoading({
title: '删除中',
mask: true
})

还有获取 put 数据的 showLoading 等。
2. 加上 showModal 提示。
wx.showModal({
title: '提示',
content: '确认删除纸条?',
success (res) {

})

至此,该小程序的全部功能已实现完成。更多详情请参见 示例代码