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

我的订单 按钮 不参与 灰度功能

parent a73002aa
......@@ -25,7 +25,8 @@ class YHOrderDetailViewController: YHBaseViewController {
guard let self = self else { return }
if success {
if YHUatHelper.shared.getUatModuleStatusBy(module: YHUatModules(rawValue: 7)) == 1 {
//TODO: 灰度功能不做 依旧走之前的 白名单配置功能
// if YHUatHelper.shared.getUatModuleStatusBy(module: YHUatModules(rawValue: 7)) == 1 {
let searchButton = {
let button = UIButton(type: .custom)
button.frame = CGRect(x: 0, y: 0, width: 81, height: 21)
......@@ -42,7 +43,7 @@ class YHOrderDetailViewController: YHBaseViewController {
let rightButtonItem = UIBarButtonItem(customView: searchButton)
gk_navRightBarButtonItem = rightButtonItem
gk_navItemRightSpace = 16
}
// }
}
}
......
......@@ -121,7 +121,6 @@ extension YHUatHelper {
}
}
//2.返回默认值
return module.defaultValue
}
......
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