微信弹窗API
https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showToast.html
wx.showToast({title: '你的内容',})
小程序模态标签
https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showModal.html
禁止swiper滑动
在swiper-item上添加 catchtouchmove="false"
