Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
红
红星美凯龙管理在线APP IOS
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
红星美凯龙管理在线APP IOS
Commits
a15e71b9
Commit
a15e71b9
authored
Jun 14, 2016
by
admin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改公告标题
parent
0bf0f60d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
UserInterfaceState.xcuserstate
...userdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
AnnoTableViewCell.m
...ses/Module/Announce/AnnounceList/Cell/AnnoTableViewCell.m
+1
-1
AddPictureViewController.m
...ture/AddPicture/ViewController/AddPictureViewController.m
+1
-0
No files found.
redstar.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
View file @
a15e71b9
No preview for this file type
redstar/Classes/Module/Announce/AnnounceList/Cell/AnnoTableViewCell.m
View file @
a15e71b9
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
_announce
=
announce
;
_announce
=
announce
;
NSString
*
str
=
[
NSString
stringWithFormat
:
@"<style> html{ font-size: 15px; color: #444444 } </style>%@"
,
announce
.
content
];
NSString
*
str
=
[
NSString
stringWithFormat
:
@"<style> html{ font-size: 15px; color: #444444 } </style>%@"
,
announce
.
title
];
NSAttributedString
*
attrStr
=
[[
NSAttributedString
alloc
]
initWithData
:[
str
dataUsingEncoding
:
NSUnicodeStringEncoding
]
options
:@{
NSDocumentTypeDocumentAttribute
:
NSHTMLTextDocumentType
}
documentAttributes
:
nil
error
:
nil
];
NSAttributedString
*
attrStr
=
[[
NSAttributedString
alloc
]
initWithData
:[
str
dataUsingEncoding
:
NSUnicodeStringEncoding
]
options
:@{
NSDocumentTypeDocumentAttribute
:
NSHTMLTextDocumentType
}
documentAttributes
:
nil
error
:
nil
];
self
.
titleLabel
.
attributedText
=
attrStr
;
self
.
titleLabel
.
attributedText
=
attrStr
;
...
...
redstar/Classes/Module/Function/Picture/AddPicture/ViewController/AddPictureViewController.m
View file @
a15e71b9
...
@@ -133,6 +133,7 @@
...
@@ -133,6 +133,7 @@
[
MBProgressHUD
showHUDAddedTo
:
self
.
view
animated
:
YES
];
[
MBProgressHUD
showHUDAddedTo
:
self
.
view
animated
:
YES
];
NSString
*
url
=
[
NSString
stringWithFormat
:
@"%@%@%@&operId=%@&operName=%@"
,
kRedStarURL
,
kSavePicturePraiseURL
,
dateString
,
operId
,
operName
];
NSString
*
url
=
[
NSString
stringWithFormat
:
@"%@%@%@&operId=%@&operName=%@"
,
kRedStarURL
,
kSavePicturePraiseURL
,
dateString
,
operId
,
operName
];
url
=
[
url
stringByAddingPercentEscapesUsingEncoding
:
NSUTF8StringEncoding
];
url
=
[
url
stringByAddingPercentEscapesUsingEncoding
:
NSUTF8StringEncoding
];
NSLog
(
@"url === %@"
,
url
);
HttpClient
*
http1
=
[[
HttpClient
alloc
]
initWithUrl
:
url
];
HttpClient
*
http1
=
[[
HttpClient
alloc
]
initWithUrl
:
url
];
NSDictionary
*
parameters
=
@{
NSDictionary
*
parameters
=
@{
@"title"
:
cell
.
contentTextView
.
text
,
@"title"
:
cell
.
contentTextView
.
text
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment