杨锴
2024-11-15 745e4fc64ca2912c011d925f12e638ed6d81b367
XQMuse/Root/Course/VC/CourseDetialVC.swift
@@ -254,7 +254,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)
    }
            @objc func handleAction(_ btn:QMUIButton){