操作步骤
1. 加上删除纸条的 showLoading 效果。
wx.showLoading({title: '删除中',mask: true})
还有获取 put 数据的 showLoading 等。
2. 加上 showModal 提示。
wx.showModal({title: '提示',content: '确认删除纸条?',success (res) {})
wx.showLoading({title: '删除中',mask: true})
wx.showModal({title: '提示',content: '确认删除纸条?',success (res) {})