收藏
回答

pc端微信小程序 wx.showModel 确定按钮需要点击两次才能关闭弹窗,取消按钮失效?

wx.showModal({

            title: '提示',

            content: '您暂无权限,请联系管理员或先登录',

            success (res) {

              if (res.confirm{

                wx.reLaunch({

                  url: '/pages/login/login',

                })

              } else if (res.cancel{

               

              }

            }

          })


回答关注问题邀请回答
收藏
登录 后发表内容