Commit 29260fdd2650fe707efc45b2f6fa1cd90ef56c04
1 parent
debdd645
网络请求时间改为60s
Showing
2 changed files
with
3 additions
and
1 deletions
metaCode/Classes/Main/HomePage/View/Shop/GoodsManager/CNLiveShopClassifySectionHeaderView.swift
| ... | ... | @@ -26,6 +26,8 @@ class CNLiveShopClassifySectionHeaderView:UITableViewHeaderFooterView{ |
| 26 | 26 | _classifyModel = newValue |
| 27 | 27 | self.classifyNameBtn.isSelected = _classifyModel!.showChild |
| 28 | 28 | self.classifyNameBtn.setTitle(_classifyModel!.title, for: .normal) |
| 29 | + self.classifyNameBtn.setupButtonImageAndTitlePossitionWith(padding: 5, style: .right) | |
| 30 | + | |
| 29 | 31 | self.sortLab.text = _classifyModel!.ord |
| 30 | 32 | if Int(_classifyModel!.state ?? "") == 2{ |
| 31 | 33 | self.showSwitch.isOn = true | ... | ... |
metaCode/Classes/Other/AppDelegate.swift
| ... | ... | @@ -103,7 +103,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { |
| 103 | 103 | |
| 104 | 104 | let shop_dic : Dictionary = ["Phone-Model":"iPhone","Uid":UserInfoManager.shared.userInfo.uid ,"CFBundleShortVersionString":ver,"Shop-Version":"0.6.2"] |
| 105 | 105 | CNLiveNetworking.setupDSShopParam(shop_dic) |
| 106 | - CNLiveNetworking.setRequestTimeoutInterval(20) | |
| 106 | + CNLiveNetworking.setRequestTimeoutInterval(60) | |
| 107 | 107 | CNLiveNetworking.setupShowDataResult(false) |
| 108 | 108 | CNLiveNetworking.setupSignKey(APPKey) |
| 109 | 109 | CNLiveNetworking.setAllowRequestDefaultArgument(true) | ... | ... |