无故事王国
2023-09-26 c86ac49db2969495ec21fae2a27956cad9499752
WanPai/Root/Login/VC/LoginVC.swift
@@ -153,9 +153,15 @@
    }
    
    @IBAction func wechatLoginAcion(_ sender: QMUIButton) {
        CommonAlertView.show(title: "提示", content: "11231231231231231") { _ in
//      let req = SendAuthReq()
//      req.scope = "snsapi_userinfo"
//      req.state = "weparkLife_iOS"
//      WXApi.send(req)
        CommonAlertView.show(title: "提示", content: "账号权限正在审核中") { _ in
        }
        
    }