无故事王国
2023-11-28 c32cea453e0cad8bf52ac59f8a95006aa0b8215b
WanPai/Root/Course/VC/CourseDetailVC.swift
@@ -80,14 +80,14 @@
                        .add(string: "\(subM.playPaiCoin )币", withFont: UIFont.systemFont(ofSize: 14, weight: .semibold), withColor: UIColor(hexStr: "#F21313")).mutableAttributedString
                  case .cash:
                     label_coin.isHidden = true;fallthrough
                     fallthrough
                  case .cashCoin:
                     if subM.originalPrice == 0 || subM.originalPrice == subM.paymentPrice{
                        label_originPrice.isHidden = true
                     }else{
                        label_originPrice.isHidden = false
                     }
                     label_coin.isHidden = subM.payType == .coin
                     label_coin.isHidden = subM.payType == .cash
                        //玩湃币
                     label_coin.attributedText = AttributedStringbuilder.build()
                        .add(string: "玩湃币:", withFont: UIFont.systemFont(ofSize: 14, weight: .semibold), withColor: UIColor(hexStr: "#3F3F3F"))