积分银行
This commit is contained in:
+102
@@ -0,0 +1,102 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Scheme
|
||||||
|
LastUpgradeVersion = "2630"
|
||||||
|
version = "1.7">
|
||||||
|
<BuildAction
|
||||||
|
parallelizeBuildables = "YES"
|
||||||
|
buildImplicitDependencies = "YES"
|
||||||
|
buildArchitectures = "Automatic">
|
||||||
|
<BuildActionEntries>
|
||||||
|
<BuildActionEntry
|
||||||
|
buildForTesting = "YES"
|
||||||
|
buildForRunning = "YES"
|
||||||
|
buildForProfiling = "YES"
|
||||||
|
buildForArchiving = "YES"
|
||||||
|
buildForAnalyzing = "YES">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "1809E4612E092C710034C8FC"
|
||||||
|
BuildableName = "XinjiangProject.app"
|
||||||
|
BlueprintName = "XinjiangProject"
|
||||||
|
ReferencedContainer = "container:XinjiangProject.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildActionEntry>
|
||||||
|
</BuildActionEntries>
|
||||||
|
</BuildAction>
|
||||||
|
<TestAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
shouldAutocreateTestPlan = "YES">
|
||||||
|
<Testables>
|
||||||
|
<TestableReference
|
||||||
|
skipped = "NO"
|
||||||
|
parallelizable = "YES">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "1809E47C2E092C740034C8FC"
|
||||||
|
BuildableName = "XinjiangProjectTests.xctest"
|
||||||
|
BlueprintName = "XinjiangProjectTests"
|
||||||
|
ReferencedContainer = "container:XinjiangProject.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</TestableReference>
|
||||||
|
<TestableReference
|
||||||
|
skipped = "NO"
|
||||||
|
parallelizable = "YES">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "1809E4862E092C740034C8FC"
|
||||||
|
BuildableName = "XinjiangProjectUITests.xctest"
|
||||||
|
BlueprintName = "XinjiangProjectUITests"
|
||||||
|
ReferencedContainer = "container:XinjiangProject.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</TestableReference>
|
||||||
|
</Testables>
|
||||||
|
</TestAction>
|
||||||
|
<LaunchAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
launchStyle = "0"
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
ignoresPersistentStateOnLaunch = "NO"
|
||||||
|
debugDocumentVersioning = "YES"
|
||||||
|
debugServiceExtension = "internal"
|
||||||
|
allowLocationSimulation = "YES">
|
||||||
|
<BuildableProductRunnable
|
||||||
|
runnableDebuggingMode = "0">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "1809E4612E092C710034C8FC"
|
||||||
|
BuildableName = "XinjiangProject.app"
|
||||||
|
BlueprintName = "XinjiangProject"
|
||||||
|
ReferencedContainer = "container:XinjiangProject.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildableProductRunnable>
|
||||||
|
</LaunchAction>
|
||||||
|
<ProfileAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
savedToolIdentifier = ""
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
debugDocumentVersioning = "YES">
|
||||||
|
<BuildableProductRunnable
|
||||||
|
runnableDebuggingMode = "0">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "1809E4612E092C710034C8FC"
|
||||||
|
BuildableName = "XinjiangProject.app"
|
||||||
|
BlueprintName = "XinjiangProject"
|
||||||
|
ReferencedContainer = "container:XinjiangProject.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildableProductRunnable>
|
||||||
|
</ProfileAction>
|
||||||
|
<AnalyzeAction
|
||||||
|
buildConfiguration = "Debug">
|
||||||
|
</AnalyzeAction>
|
||||||
|
<ArchiveAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
revealArchiveInOrganizer = "YES">
|
||||||
|
</ArchiveAction>
|
||||||
|
</Scheme>
|
||||||
@@ -178,4 +178,7 @@
|
|||||||
- (void)getHomeWatchWearBool:(NSMutableDictionary *)parmDic;
|
- (void)getHomeWatchWearBool:(NSMutableDictionary *)parmDic;
|
||||||
|
|
||||||
- (void)getHomeWatchData:(NSMutableDictionary *)parmDic;
|
- (void)getHomeWatchData:(NSMutableDictionary *)parmDic;
|
||||||
|
|
||||||
|
- (void)getWebNeedEncryptionKey:(NSMutableDictionary *)parmDic;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
@@ -848,6 +848,11 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void)getWebNeedEncryptionKey:(NSMutableDictionary *)parmDic {
|
||||||
|
|
||||||
|
[httpRequest httpGetRequest:[NSString stringWithFormat:@"%@/health-system/api/sys/encryptInfo",Http] params:parmDic];
|
||||||
|
|
||||||
|
}
|
||||||
//积分银行
|
//积分银行
|
||||||
- (void)getPointsBankHeard:(NSMutableDictionary *)parmDic {
|
- (void)getPointsBankHeard:(NSMutableDictionary *)parmDic {
|
||||||
|
|
||||||
|
|||||||
@@ -103,10 +103,7 @@ static CGFloat const kEmptyTableMinHeight = 300; // 或屏幕高度的一半
|
|||||||
self.isHidenNaviBar = true;
|
self.isHidenNaviBar = true;
|
||||||
|
|
||||||
[self updateV2UI];
|
[self updateV2UI];
|
||||||
//请求banner图
|
|
||||||
// [self getBannerListData];
|
|
||||||
self.page = 1;
|
self.page = 1;
|
||||||
// [self verifyTokenData];
|
|
||||||
[self initCompleteBlock];
|
[self initCompleteBlock];
|
||||||
[self configLocationManager];
|
[self configLocationManager];
|
||||||
[self reGeocodeAction];
|
[self reGeocodeAction];
|
||||||
|
|||||||
@@ -451,16 +451,7 @@
|
|||||||
DoctorIDCardMessageCell * endCell = cell;
|
DoctorIDCardMessageCell * endCell = cell;
|
||||||
|
|
||||||
NSLog(@"--%@",endCell.messageData.innerMessage.msgID);
|
NSLog(@"--%@",endCell.messageData.innerMessage.msgID);
|
||||||
|
|
||||||
//7月6日新增 点击判断
|
|
||||||
// 获取当前日期和时间
|
|
||||||
//@property(nonatomic, strong) NSString *groupId;
|
|
||||||
|
|
||||||
// @property(nonatomic, strong) NSString *fromUser;
|
|
||||||
//
|
|
||||||
// @property(nonatomic, strong) NSString *toUser;
|
|
||||||
// endCell.messageData.innerMessage.groupID;
|
|
||||||
// endCell.messageData.innerMessage.userID;
|
|
||||||
|
|
||||||
NSLog(@"--%@",endCell.messageData.innerMessage.groupID);
|
NSLog(@"--%@",endCell.messageData.innerMessage.groupID);
|
||||||
NSLog(@"--%@",endCell.messageData.innerMessage.userID);
|
NSLog(@"--%@",endCell.messageData.innerMessage.userID);
|
||||||
|
|||||||
Reference in New Issue
Block a user