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
7fc9eee0
Commit
7fc9eee0
authored
Jul 04, 2020
by
lmj_521aiau@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
8901206b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
AppDelegate.m
ZhiJi/AppDelegate.m
+2
-1
ZJMemberPayViewController.m
ZhiJi/Classes/Goods/Controller/ZJMemberPayViewController.m
+0
-1
Info.plist
ZhiJi/Info.plist
+1
-1
No files found.
ZhiJi/AppDelegate.m
View file @
7fc9eee0
...
...
@@ -50,9 +50,10 @@
self
.
window
=
[[
UIWindow
alloc
]
init
];
self
.
window
.
frame
=
[
UIScreen
mainScreen
].
bounds
;
self
.
window
.
backgroundColor
=
[
UIColor
whiteColor
];
self
.
window
.
rootViewController
=
[
UIViewController
new
];
// self.window.rootViewController = [[GuideViewController alloc] init];
//guide setting
//
[ZJGuideConfig configWithWindow:self.window finishMainVC:[BaseTabBarViewController new]];
[
ZJGuideConfig
configWithWindow
:
self
.
window
finishMainVC
:[
BaseTabBarViewController
new
]];
[
self
.
window
makeKeyAndVisible
];
...
...
ZhiJi/Classes/Goods/Controller/ZJMemberPayViewController.m
View file @
7fc9eee0
...
...
@@ -163,5 +163,4 @@
return
0
;
}
@end
ZhiJi/Info.plist
View file @
7fc9eee0
...
...
@@ -3,7 +3,7 @@
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
CFBundleDevelopmentRegion
<
/k
e
y
>
<
string
>
$
(
DEVELOPMENT_LANGUAGE
)
<
/string
>
<
string
>
en
<
/string
>
<
k
e
y
>
CFBundleDisplayName
<
/k
e
y
>
<
string
>
$
(
PRODUCT_NAME
)<
/string
>
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
...
...
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