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 } }