Commit 47b7f59f authored by Alex朱枝文's avatar Alex朱枝文

产品验收bug修复

parent 275b2411
...@@ -8156,7 +8156,7 @@ ...@@ -8156,7 +8156,7 @@
CODE_SIGN_ENTITLEMENTS = galaxy/galaxyTestEnv.entitlements; CODE_SIGN_ENTITLEMENTS = galaxy/galaxyTestEnv.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = RXHYW88XR7; DEVELOPMENT_TEAM = RXHYW88XR7;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
...@@ -8302,7 +8302,7 @@ ...@@ -8302,7 +8302,7 @@
CODE_SIGN_ENTITLEMENTS = galaxy/galaxy.entitlements; CODE_SIGN_ENTITLEMENTS = galaxy/galaxy.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = RXHYW88XR7; DEVELOPMENT_TEAM = RXHYW88XR7;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
...@@ -8510,7 +8510,7 @@ ...@@ -8510,7 +8510,7 @@
CODE_SIGN_ENTITLEMENTS = galaxy/galaxyDebug.entitlements; CODE_SIGN_ENTITLEMENTS = galaxy/galaxyDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = RXHYW88XR7; DEVELOPMENT_TEAM = RXHYW88XR7;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
...@@ -8558,7 +8558,7 @@ ...@@ -8558,7 +8558,7 @@
CODE_SIGN_ENTITLEMENTS = galaxy/galaxy.entitlements; CODE_SIGN_ENTITLEMENTS = galaxy/galaxy.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_TEAM = RXHYW88XR7; DEVELOPMENT_TEAM = RXHYW88XR7;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
......
...@@ -116,7 +116,10 @@ class YHMemberCenterViewController: YHBaseViewController { ...@@ -116,7 +116,10 @@ class YHMemberCenterViewController: YHBaseViewController {
view.addSubview(bgIcon) view.addSubview(bgIcon)
view.addSubview(tableView) view.addSubview(tableView)
let historyItem = UIBarButtonItem.gk_item(image: UIImage(named: "member_history_list"), target: self, action: #selector(didHistoryButtonClicked)) // 兑换记录
let historyItem = UIBarButtonItem(title: "兑换记录", style: .plain, target: self, action: #selector(didHistoryButtonClicked))
historyItem.setTitleTextAttributes([NSAttributedString.Key.foregroundColor: UIColor.mainTextColor, NSAttributedString.Key.font: UIFont.PFSC_R(ofSize: 14)], for: .normal)
// 分享
let shareItem = UIBarButtonItem.gk_item(image: UIImage(named: "share_item"), target: self, action: #selector(didShareButtonClicked)) let shareItem = UIBarButtonItem.gk_item(image: UIImage(named: "share_item"), target: self, action: #selector(didShareButtonClicked))
gk_navigationItem.rightBarButtonItems = [shareItem, historyItem] gk_navigationItem.rightBarButtonItems = [shareItem, historyItem]
......
...@@ -256,7 +256,7 @@ class YHMyNewViewController: YHBaseViewController { ...@@ -256,7 +256,7 @@ class YHMyNewViewController: YHBaseViewController {
} }
do { do {
let item = PersonalModuleItem(icon: "mine_item_exchange_history", title: "兑换历史".local, type:.exchangeHistory) let item = PersonalModuleItem(icon: "mine_item_exchange_history", title: "兑换记录".local, type:.exchangeHistory)
serviceGroupArr.append(item) serviceGroupArr.append(item)
} }
......
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "member_history_list@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "member_history_list@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
"scale" : "1x" "scale" : "1x"
}, },
{ {
"filename" : "membership_growth_guide@2x.png", "filename" : "Group 2033197388@2x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"filename" : "membership_growth_guide@3x.png", "filename" : "Group 2033197388@3x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "3x" "scale" : "3x"
} }
......
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