杨锴
2024-11-15 745e4fc64ca2912c011d925f12e638ed6d81b367
XQMuse/Root/Course/VC/CourseDetialOfflineVC.swift
@@ -168,7 +168,7 @@
        let path = courseDetailModel!.courseType == .offline ? "/courseDetail/offLine":"/courseDetail/onLine"
        let string = String(format: "%@%@?courseId=%ld", ShareUrl,path,m.id)
        ShareView.show(URL(string: string)!,title: m.courseTitle,desc: m.description)
        ShareView.show(URL(string: string)!,title: "传递心灵温暖,一起感受疗愈力量",desc: m.description)
    }
    override var preferredStatusBarStyle: UIStatusBarStyle{