收藏
回答

开发者工具UI自动化中,使用mock_wx_method方法mock不掉弹窗,还有其他方法吗?

部分代码如下:

logOut: function () {

      wx.showModal({

        title: '确定要退出登录吗?',

        showCancel: true, //是否显示取消按钮

        cancelText: "取消", //默认是“取消”

        cancelColor: '#68758E', //取消文字的颜色

        confirmText: "确定", //默认是“确定”

        confirmColor: '#0093FF', //确定文字的颜色

        success: function (res) {

          wx.hideLoading()

          if (res.confirm) {

            //点击确定

            wx.showLoading({

              title: '',

            })

            commonUtil.loginOut(util.getLoginInfo().mobilenumber).then(() => {

              wx.hideLoading({

                complete: (res) => {},

              })

              util.clearStorageLoginout();

              //刷新个人中心

              wx.reLaunch({

                url: '../../pages/mine/mine',

              });

            })

          }

        },

      })

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

2 个回答

  • 五年
    五年
    2021-09-30

    同问

    2021-09-30
    有用
    回复
  • 晓芳
    晓芳
    2020-11-30

    有人能看见我的问题吗,,能看见的话有人能回复一下吗。。。

    2020-11-30
    有用
    回复
登录 后发表内容
问题标签