Commit 7c42d59c by ludi

提交一下

parent 0bef85c4
...@@ -138,7 +138,7 @@ WKScriptMessageHandler ...@@ -138,7 +138,7 @@ WKScriptMessageHandler
self.navigationItem.rightBarButtonItems = @[itemR]; self.navigationItem.rightBarButtonItems = @[itemR];
UIBarButtonItem *itemL = [[UIBarButtonItem alloc] initWithTitle:[NSString fus_localString:@"取消"] style:UIBarButtonItemStylePlain target:self action:@selector(popToLastPage)]; UIBarButtonItem *itemL = [[UIBarButtonItem alloc] initWithTitle:[NSString fus_localString:@"取消"] style:UIBarButtonItemStylePlain target:self action:@selector(popToLastPage)];
[itemL setTintColor:[UIColor colorWithHex:@"#8A888C"]]; [itemL setTintColor:[UIColor fus_textColorRich]];
self.navigationItem.leftBarButtonItems = @[itemL]; self.navigationItem.leftBarButtonItems = @[itemL];
} }
......
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 sign in to comment