新疆修改
This commit is contained in:
@@ -375,7 +375,7 @@
|
|||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 2;
|
||||||
DEVELOPMENT_TEAM = A7CC5LW224;
|
DEVELOPMENT_TEAM = A7CC5LW224;
|
||||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||||
GCC_PREFIX_HEADER = "$(SRCROOT)/XinjiangProject/Supporting Files/PrefixHeader.pch";
|
GCC_PREFIX_HEADER = "$(SRCROOT)/XinjiangProject/Supporting Files/PrefixHeader.pch";
|
||||||
@@ -419,7 +419,7 @@
|
|||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 2;
|
||||||
DEVELOPMENT_TEAM = A7CC5LW224;
|
DEVELOPMENT_TEAM = A7CC5LW224;
|
||||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||||
GCC_PREFIX_HEADER = "$(SRCROOT)/XinjiangProject/Supporting Files/PrefixHeader.pch";
|
GCC_PREFIX_HEADER = "$(SRCROOT)/XinjiangProject/Supporting Files/PrefixHeader.pch";
|
||||||
|
|||||||
@@ -89,9 +89,9 @@
|
|||||||
//#define SCHEME @"https" //
|
//#define SCHEME @"https" //
|
||||||
|
|
||||||
|
|
||||||
#define Http @"http://192.168.1.23"//
|
//#define Http @"http://192.168.1.23"//昊
|
||||||
|
|
||||||
//#define Http @"https://api.xjygjk.com"//
|
#define Http @"https://api.xjygjk.com"//
|
||||||
#define H5DevHost @"api.xjygjk.com"//
|
#define H5DevHost @"api.xjygjk.com"//
|
||||||
#define IntervenH5 @"https://console.xjygjk.com"
|
#define IntervenH5 @"https://console.xjygjk.com"
|
||||||
#define BASEURL @"https://yyjk.cqygjk.com" //北边接口前缀
|
#define BASEURL @"https://yyjk.cqygjk.com" //北边接口前缀
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
#if DEBUG
|
#if DEBUG
|
||||||
|
|
||||||
#else
|
#else
|
||||||
[CheckProjectTool testAll];
|
// [CheckProjectTool testAll];
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
+6
-5
@@ -104,14 +104,15 @@
|
|||||||
[backView addSubview:thresholdBtn];
|
[backView addSubview:thresholdBtn];
|
||||||
}
|
}
|
||||||
- (void)popStringPick {
|
- (void)popStringPick {
|
||||||
|
if (self.popBlock) {
|
||||||
self.popBlock(self.listModel);
|
self.popBlock(self.listModel.wdType);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)historyList {
|
- (void)historyList {
|
||||||
|
if (self.historyBlock) {
|
||||||
self.historyBlock(self.listModel.wdType);
|
self.historyBlock(self.listModel.wdType);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user