Commit a59f17bf authored by David黄金龙's avatar David黄金龙

1、分享页

2、首页调整
parent b3ce55c7
...@@ -98,9 +98,9 @@ private extension YHEvaluationViewVC { ...@@ -98,9 +98,9 @@ private extension YHEvaluationViewVC {
// YHShareManager.shared.sendLinkContent("", "", , link: self.url) // YHShareManager.shared.sendLinkContent("", "", , link: self.url)
// YHShareManager.shared.sendLinkContent(link: "https://www.baidu.com/") // YHShareManager.shared.sendLinkContent(link: "https://www.baidu.com/")
YHShareManager.shared.sendLinkContent("Nick哥:我是标题", "Nick哥-这是分享描述", UIImage(named: "AppIcon") ?? UIImage(), link: "https://www.baidu.com/") YHShareManager.shared.sendLinkContent("Nick哥:我是标题", "Nick哥-这是分享描述", UIImage(named: "AppIcon") ?? UIImage(), link: "https://www.baidu.com/") //todo : for test hjl
YHShareManager.shared.sendMiniProgram(path: <#T##String#>, name: <#T##String#>) // YHShareManager.shared.sendMiniProgram(path: <#T##String#>, name: <#T##String#>)
// if YHLoginManager.shared.isLogin() { // if YHLoginManager.shared.isLogin() {
......
...@@ -71,6 +71,8 @@ class YHAiRadarAreaView: UIView { ...@@ -71,6 +71,8 @@ class YHAiRadarAreaView: UIView {
lable.textAlignment = .center lable.textAlignment = .center
lable.layer.borderColor = UIColor.mainTextColor18.cgColor lable.layer.borderColor = UIColor.mainTextColor18.cgColor
lable.layer.borderWidth = 1 lable.layer.borderWidth = 1
lable.clipsToBounds = true
lable.layer.cornerRadius = kCornerRadius3
return lable return lable
}() }()
......
...@@ -57,6 +57,7 @@ class YHEvaluationView: UIView { ...@@ -57,6 +57,7 @@ class YHEvaluationView: UIView {
imgV.contentMode = .scaleAspectFill imgV.contentMode = .scaleAspectFill
imgV.image = UIImage(named: "evaluation_button") imgV.image = UIImage(named: "evaluation_button")
imgV.clipsToBounds = true imgV.clipsToBounds = true
imgV.layer.cornerRadius = kCornerRadius3
return imgV return imgV
}() }()
} }
......
...@@ -59,6 +59,8 @@ class YHHomeSalonAreaView: UIView { ...@@ -59,6 +59,8 @@ class YHHomeSalonAreaView: UIView {
lable.textAlignment = .center lable.textAlignment = .center
lable.layer.borderColor = UIColor.mainTextColor18.cgColor lable.layer.borderColor = UIColor.mainTextColor18.cgColor
lable.layer.borderWidth = 1 lable.layer.borderWidth = 1
lable.clipsToBounds = true
lable.layer.cornerRadius = kCornerRadius3
return lable return lable
}() }()
} }
......
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