杨锴
2024-09-19 642175113bf6f2c90894e689dacda50278cad570
XQMuse/Root/Me/TCell/BankInfoTCell.swift
@@ -26,5 +26,12 @@
                        label_bankNumber.textColor = state ? .white:UIColor(hexString: "#AEC997")!
                        view_content.jq_borderWidth = state ? 0:1
                        img_select.isHidden = !state
            }
            func setBankInfoModel(_ model:BankInfoModel){
                        label_title.text = model.bankName
                        let s = model.cardNo.count - 4
                        let b = model.cardNo.count
                        label_bankNumber.text = "**** **** **** **** " + model.cardNo.jq_substingInRange((s...b))!
            }
}