fix
无故事王国
2024-06-11 d6157c137a888d4f6931255735c3ed39575c579d
DolphinEnglishLearnStudent/Moudle/Me/TCell/AddressManageTCell.swift
@@ -50,6 +50,7 @@
                        }else{
                                    let attribute = AttributedStringbuilder.build().add(string: "设为默认", withFont: .systemFont(ofSize: 14, weight: .medium), withColor: UIColor(hexStr: "#41A2EB")).underLine(color: UIColor(hexStr: "#41A2EB")).mutableAttributedString
                                    btn_default.setAttributedTitle(attribute, for: .normal)
                                    btn_default.backgroundColor = .white
                        }
            }