Commit 21f2c97b authored by David黄金龙's avatar David黄金龙

Merge branch 'main' into youhua-dev

* main:
  修改版本号 0.7.0.7
  1、删除 不使用的代码 2、一处点击优化
  修改 一处不展示的bug
parents e01318bb a7840037
......@@ -3180,7 +3180,7 @@
CODE_SIGN_ENTITLEMENTS = galaxy/galaxyTestEnv.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = RXHYW88XR7;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = (
......@@ -3384,7 +3384,7 @@
CODE_SIGN_ENTITLEMENTS = galaxy/galaxyDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = RXHYW88XR7;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = (
......@@ -3430,7 +3430,7 @@
CODE_SIGN_ENTITLEMENTS = galaxy/galaxy.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = RXHYW88XR7;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = (
......
......@@ -88,11 +88,9 @@ class YHFormItemExpireDateCell: UITableViewCell {
btn.setTitle("长期".local, for: .normal)
btn.titleLabel?.font = UIFont.PFSC_R(ofSize: 14)
btn.setTitleColor(UIColor.mainTextColor, for: .normal)
btn.iconInLeft(spacing: 6)
let unselectImg = UIImage(named: "login_privacy_disagree_white")
let selectImg = UIImage(named: "login_privacy_agree")
btn.setImage(unselectImg, for: .normal)
btn.setImage(selectImg, for: .selected)
btn.iconInLeft(spacing: 3)
btn.setImage(UIImage(named: "main_time_normal"), for: .normal)
btn.setImage(UIImage(named: "login_privacy_agree"), for: .selected)
return btn
}()
......
......@@ -149,6 +149,8 @@ class YHDatePickView: UIView {
make.top.equalTo(18)
}
sureButton.YH_clickEdgeInsets = UIEdgeInsets(top: 10, left: 10, bottom: 10, right: 10)
lineView = {
let view = UIView()
view.backgroundColor = UIColor.separatorColor
......
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