Commit 2aa2e989 authored by pete谢兆麟's avatar pete谢兆麟

字体颜色

parent b674700e
......@@ -359,6 +359,7 @@ class YHSelectLookTableViewCell: UITableViewCell {
label.text = "套餐"
label.textAlignment = .center
label.textColor = .white
label.backgroundColor = .brandMainColor
label.font = UIFont.PFSC_M(ofSize: 10)
return label
}()
......
......@@ -293,7 +293,7 @@ class YHShareAlertView: UIView {
}
@objc func wxClick() {
YHShareManager.shared.sendLinkContent("香港身份规划专属礼包,限时领取!", "1000元折扣福利券,资深银河规划专家1V1评估方案", UIImage(named: "invitation_with_gifts_share_other") ?? UIImage(), link: YHBaseUrlManager.shared.curH5URL() + "superAppBridge.html#/evaluation?channel=lkhtj-app&customer_id=\(YHLoginManager.shared.userModel?.id ?? "")&scene_id=30")
YHShareManager.shared.sendLinkContent(title, subMessage, mainImageView.image ?? UIImage(), link: linkUrl)
}
func saveImageToPhotosAlbum(image: UIImage) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment