杨锴
2024-11-12 4fb1e7db45ddf4dfacd2bfb4dbfe0b9f269bedb7
XQMuse/Root/Me/MeVC.swift
@@ -121,7 +121,7 @@
    private func setUserUI(model:UserInfoModel){
        self.image_userAvatar.sd_setImage(with: URL(string: model.avatar))
        self.label_userName.text = model.nickname
        self.label_phone.text = model.cellPhone
        self.label_phone.text = model.cellPhone.jq_blotOutPhone()
        self.label_totalDay.attributedText = AttributedStringbuilder.build().add(string: "\(model.cumulative)", withFont: Def_PingFang(fontSize: 60), withColor: UIColor(hexString: "#353535")!).add(string: "天", withFont: Def_PingFang(fontSize: 16), withColor: UIColor(hexString: "#353535")!).mutableAttributedString