WanPai/Root/Course/VC/CourseInfoVC.swift
@@ -118,7 +118,7 @@ label_stu_hei.attributedText = setAttribute(t1: "\(m.height)", t2: "cm") label_stu_wei.attributedText = setAttribute(t1: "\(m.weight)", t2: "kg") label_stu_BMI.attributedText = setAttribute(t1: "\(m.bmi)", t2: m.bodyStatus) label_stu_BMI.attributedText = setAttribute(t1: m.bmi.jq_formatFloat, t2: m.bodyStatus) if m.courseList.count > 0{ pageMenu.frame = CGRect(origin: .zero, size: CGSize(width: JQ_ScreenW - 100, height: 25))