收藏
回答

wx.enableAlertBeforeUnload 微信API怎么用?

报错了,不能直接使用微信API接口,怎么合理使用?

回答关注问题邀请回答
收藏

2 个回答

  • 2021-01-13

    升级一下开发者工具试试

    2021-01-13
    有用 2
    回复 1
    • 嘎啦儿。
      嘎啦儿。
      2021-01-13
      升级基础库解决好了,不会报错
      2021-01-13
      回复
  • 淡定
    淡定
    2021-04-28

    changeStatus:function(e){

        var that=this

        that.setData({

          status:!that.data.status

        })

        if(that.data.status){

          wx.disableAlertBeforeUnload({

            success:function(res){

              console.log(res)

            },

            fail:function(e){

              console.log(e)

            }

          });

        }else{

          wx.enableAlertBeforeUnload({

            message: "询问对话框内容",

            success:function(res){

              console.log(res)

            },

            fail:function(e){

              console.log(e)

            }

          })

        }

      }

    测试通过的。

    在代码中控制这个开关。

    2021-04-28
    有用
    回复
登录 后发表内容
问题标签