Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
Z
ZhiJi-Overseas
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmj
ZhiJi-Overseas
Commits
6e0155c2
Commit
6e0155c2
authored
Jul 24, 2020
by
lmj_521aiau@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
075fbe3a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ZJPhoneLoginViewController.m
ZhiJi/Classes/Login/Controller/ZJPhoneLoginViewController.m
+1
-1
TQNetworkTools.m
ZhiJi/Classes/Tools/Network/TQNetworkTools.m
+2
-2
No files found.
ZhiJi/Classes/Login/Controller/ZJPhoneLoginViewController.m
View file @
6e0155c2
...
...
@@ -274,7 +274,7 @@
loginBtn
.
backgroundColor
=
kMassColor
;
}
else
{
loginBtn
.
userInteractionEnabled
=
NO
;
loginBtn
.
backgroundColor
=
k
ColorWithRGBA
(
86
,
142
,
252
,
0
.
5
f
);
loginBtn
.
backgroundColor
=
k
MassColorAlpha
(
0
.
5
f
);
}
}
...
...
ZhiJi/Classes/Tools/Network/TQNetworkTools.m
View file @
6e0155c2
...
...
@@ -214,7 +214,7 @@ static TQNetworkTools* _tools = nil;
// 获取BundleID
// [dict setValue: [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"] forKey: @"pkg"];
[
dict
setValue
:
@"com.app.familymapp"
forKey
:
@"pkg"
];
[
dict
setValue
:
@"com.
ishin
app.familymapp"
forKey
:
@"pkg"
];
// [dict setValue: @"com.app.zhiji" forKey: @"pkg"]; //cs
NSString
*
identifierForVendor
=
[[
data
Read
]
objectForKey
:
@"Identifier"
];;
...
...
@@ -558,7 +558,7 @@ static TQNetworkTools* _tools = nil;
NSLog
(
@"identifierForVendor info == %@"
,
identifierForVendor
);
// 获取BundleID
// [dict setValue: [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"] forKey: @"pkg"];
[
dict
setValue
:
@"com.app.familymapp"
forKey
:
@"pkg"
];
[
dict
setValue
:
@"com.
ishin
app.familymapp"
forKey
:
@"pkg"
];
// [dict setValue: @"com.app.zhiji" forKey: @"pkg"];
// 设置时间戳
...
...
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