小程序
小游戏
企业微信
微信支付
扫描小程序码分享
微信小程序是否可以实现从A页面跳转到B页面时,当用户返回上一页的时候,加一确认弹窗,提示用户是否保存并退出,然后根据用户的选择来判断是否返回上一页
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
借楼,我想问下定时群发有些时间是灰的不能选为什么?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
onUnload,页面卸载,看看能不能用上
wx.showModal({ title: '提示', content: '是否需要保存', success (res) { if (res.confirm) { console.log('用户点击确定') } else if (res.cancel) { console.log('用户点击取消') } } })
参考文档https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showModal.html
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
借楼,我想问下定时群发有些时间是灰的不能选为什么?
onUnload,页面卸载,看看能不能用上
wx.showModal({ title: '提示', content: '是否需要保存', success (res) { if (res.confirm) { console.log('用户点击确定') } else if (res.cancel) { console.log('用户点击取消') } } })
参考文档https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showModal.html
参考文档https://developers.weixin.qq.com/miniprogram/dev/api/route/wx.navigateTo.html
https://developers.weixin.qq.com/miniprogram/dev/api/route/wx.navigateBack.html