This commit is contained in:
parent
097fa4d9c0
commit
03c19a5b36
Binary file not shown.
|
@ -36,37 +36,5 @@
|
|||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "B3C9F4F8-B1B7-4678-AA13-F3B004BA126A"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "ProductApp/ProductMain/首页/智能写作/全文写作/写作详情/view/XieZuoXiangQingView.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "283"
|
||||
endingLineNumber = "283"
|
||||
landmarkName = "-cxAction:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "3256B2D9-FB36-4C77-B166-F3F35875544A"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "ProductApp/ProductMain/引导/课堂写作/批改信息/StartKTXZPGDetailViewController.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "63"
|
||||
endingLineNumber = "63"
|
||||
landmarkName = "-viewDidLoad"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
</Breakpoints>
|
||||
</Bucket>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
[self.titleLabel setFont:[UIFont fontWithName:@"Helvetica-Bold" size:18]];
|
||||
self.titleLabel.textColor = color;
|
||||
|
||||
if([UserInfoModel shareModel].token.length>3)
|
||||
if([UserInfoModel shareModel].token.length>3 && title.length>0)
|
||||
{
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.jump.to" value:title extra:@""];
|
||||
}
|
||||
|
|
|
@ -98,11 +98,13 @@
|
|||
if(tag==1)
|
||||
{
|
||||
[self pushData];
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.collect.tool.cancel" value:@"tool" extra:[self.model.config yy_modelToJSONString]];
|
||||
}
|
||||
}];
|
||||
}
|
||||
else
|
||||
{
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.collect.tool" value:@"tool" extra:[self.model.config yy_modelToJSONString]];
|
||||
[self pushData];
|
||||
}
|
||||
}
|
||||
|
|
|
@ -227,9 +227,11 @@
|
|||
{
|
||||
[view clearValue];
|
||||
}
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.common.tool.handle.clear.data" value:@"" extra:@""];
|
||||
}
|
||||
else
|
||||
{
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.common.tool.handle.submit.data" value:@"" extra:@""];
|
||||
|
||||
///modelDetail.config.prompt
|
||||
NSMutableDictionary *dicpush = [NSMutableDictionary new];
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
UILabel *lb = self.arrLB[sender.tag];
|
||||
[lb setTextColor:MainColor];
|
||||
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.guide.next" value:@"身份选择" extra:[NSString stringWithFormat:@"%@,%@",[self getTingLiuShiJian],lb.text]];
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.guide.identity.check" value:@"身份选择" extra:[NSString stringWithFormat:@"%@,%@",[self getTingLiuShiJian],lb.text]];
|
||||
|
||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
||||
[self.view setUserInteractionEnabled:YES];
|
||||
|
|
|
@ -202,7 +202,7 @@
|
|||
///初始化收藏工具
|
||||
[self pushCollectInit];
|
||||
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.guide.next" value:@"职业选择" extra:[NSString stringWithFormat:@"%@,%@",[self getTingLiuShiJian],lb.text]];
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.guide.domain.check" value:@"职业选择" extra:[NSString stringWithFormat:@"%@,%@",[self getTingLiuShiJian],lb.text]];
|
||||
|
||||
///
|
||||
if(sender.tag==0)
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
}
|
||||
-(void)navMuenButtonAction
|
||||
{///分享
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.setting.share.poster" value:@"" extra:@""];
|
||||
[self.viewShow shareAction];
|
||||
}
|
||||
- (void)viewDidLoad {
|
||||
|
|
|
@ -252,6 +252,10 @@
|
|||
[dicpush setObject:[Tools isStringnil:self.modelDetailZWPG.content] forKey:@"content"];
|
||||
[dicpush setObject:@"" forKey:@"require"];
|
||||
[dicpush setObject:[Tools isStringnil:[UserInfoModel shareModel].user_stage.name] forKey:@"stage"];
|
||||
|
||||
[dicpush setObject:[Tools isStringnil:self.modelDetailZWPG.ID] forKey:@"id"];
|
||||
|
||||
[dicpush setObject:@"1" forKey:@"isshili"];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -150,6 +150,9 @@
|
|||
[tableView setDataWithArray:self.arrData withBlock:^(NSMutableArray *newArray) {
|
||||
weakSelf.arrData = newArray;
|
||||
self.model.chapterContents = newArray;
|
||||
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.drag.ppt.outline" value:@"" extra:@""];
|
||||
|
||||
}];
|
||||
|
||||
}
|
||||
|
|
|
@ -88,6 +88,8 @@
|
|||
__weak typeof(self) weakSelf = self;
|
||||
[tableView setDataWithArray:self.arrTitle withBlock:^(NSMutableArray *newArray) {
|
||||
weakSelf.arrTitle = newArray;
|
||||
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.drag.ppt.outline" value:@"" extra:@""];
|
||||
}];
|
||||
|
||||
///
|
||||
|
@ -101,6 +103,7 @@
|
|||
{
|
||||
self.modelDetail.result.outline.chapters = newArray;
|
||||
}
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.drag.ppt.outline" value:@"" extra:@""];
|
||||
}];
|
||||
|
||||
UIButton *btnext = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, 144, 46)];
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
}
|
||||
-(void)navMuenButtonAction
|
||||
{
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.setting.share.poster" value:@"" extra:@""];
|
||||
[self.viewShow shareShow];
|
||||
}
|
||||
- (void)viewDidLoad {
|
||||
|
|
|
@ -376,7 +376,7 @@
|
|||
{
|
||||
self.imageCreate = [self jietu];
|
||||
}
|
||||
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.share.poster" value:@"" extra:@""];
|
||||
|
||||
switch (sender.tag) {
|
||||
case 0:
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
}];
|
||||
[self.view sendSubviewToBack:imgvback];
|
||||
|
||||
[UserInfoModel shijianShangBao:0 key:@"client.ai.create.ppt" value:@"" extra:@""];
|
||||
|
||||
|
||||
ZhiNengPPTView *view =[[ZhiNengPPTView alloc] init];
|
||||
[self.view addSubview:view];
|
||||
|
|
|
@ -306,8 +306,8 @@
|
|||
case 1:
|
||||
{///保存
|
||||
[LoadAlterView show];
|
||||
|
||||
if([self.scene isEqualToString:@"rewrite_correct"])
|
||||
int shili = [[self.dicpush objectForKey:@"isshili"] intValue];
|
||||
if([self.scene isEqualToString:@"rewrite_correct"] && shili != 1)
|
||||
{///批改
|
||||
[NetWorkManager requestCorrectSaveData:self ID:[self.dicpush objectForKey:@"id"] Callback:^(BOOL state, BaseModel *responseObject, NSString * _Nullable describle) {
|
||||
[LoadAlterView dismiss];
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
[super viewDidLoad];
|
||||
[self.navigationController setNavigationBarHidden:YES animated:NO];
|
||||
[self.navigationView setHidden:YES];
|
||||
[self.navigationView setTitle:@"相机" titleColor:RGBACOLOR(0, 0, 0, 0.1)];
|
||||
[self.view setBackgroundColor:[UIColor blackColor]];
|
||||
|
||||
if ([self checkCameraPermission]) {
|
||||
|
|
Loading…
Reference in New Issue