XQMuse/Root/Home/VC/PaymentOrderVC.swift
@@ -75,7 +75,7 @@ self.label_courseName.text = m.courseTitle self.label_price.text = "愈疗币\(m.iosPrice.jq_formatFloat)" self.label_teacher.text = "导师\(m.tutor)" self.label_paymentCount.text = "x\(m.count)" self.label_paymentCount.text = "x\(m.count == 0 ? 1:m.count)" self.label_orderPrice.text = "愈疗币\(m.iosPrice.jq_formatFloat)" self.label_totalPrice.text = "愈疗币\(m.iosPrice.jq_formatFloat)" }