杨锴
2025-01-25 de7d1cfaf36a725a45192a0942aaf1e8674854fe
XQMuse/Root/Me/VC/SettingVC.swift
@@ -49,7 +49,7 @@
            @IBAction func aboutUsAction(_ sender: TapBtn) {
                        let vc = WebVC(type: .aboutUs)
                        vc.title = "关于泉"
                        vc.title = "关于泉疗愈"
                        push(vc: vc)
            }
            
@@ -70,7 +70,15 @@
    @IBAction func checkVersion(_ sender: TapBtn) {
        JQTool.checkVersion(appid: AppleID) { stat, model, url in
            if stat{
                CommonAlertView.show(title: "版本更新", content: "发现新版本,是否更新?") { s in
                    if let u = url, s == true{
                        UIApplication.shared.open(u)
                    }
                }
            }else{
                alert(msg: "当前已是最新版本")
            }
        }
    }