Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
D
Dolphins
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
Dolphins
Commits
7c29df19
Commit
7c29df19
authored
Aug 01, 2020
by
zhangguangyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update bugs
parent
447d3ae6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
82 additions
and
1 deletion
+82
-1
.DS_Store
.DS_Store
+0
-0
.gitignore
.gitignore
+75
-0
project.pbxproj
Dolphins.xcodeproj/project.pbxproj
+1
-1
UserInterfaceState.xcuserstate
...a/zhangguangyi.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
ZJGuardViewController.m
Dolphins/Classes/Guard/Controller/ZJGuardViewController.m
+6
-0
No files found.
.DS_Store
View file @
7c29df19
No preview for this file type
.gitignore
0 → 100644
View file @
7c29df19
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
fir_build/
DerivedData/
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
## Other
*.moved-aside
*.xcuserstate
# *.xcworkspace/
node_modules/
*/.DS_Store
.DS_Store
.DS_Store?
## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
*.generated.swift
## Playgrounds
timeline.xctimeline
playground.xcworkspace
# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.build/
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Pods/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Build
# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
fastlane/report.xml
fastlane/Preview.html
fastlane/README.md
fastlane/screenshots
fastlane/test_output
Dolphins.xcodeproj/project.pbxproj
View file @
7c29df19
...
@@ -955,8 +955,8 @@
...
@@ -955,8 +955,8 @@
A9C2B8CA24D039B400010EAE
/* APIs */
=
{
A9C2B8CA24D039B400010EAE
/* APIs */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
A9C2B8CB24D039B400010EAE
/* ZJZMFAPIFactory.m */
,
A9C2B8CC24D039B400010EAE
/* ZJZMFAPIFactory.h */
,
A9C2B8CC24D039B400010EAE
/* ZJZMFAPIFactory.h */
,
A9C2B8CB24D039B400010EAE
/* ZJZMFAPIFactory.m */
,
);
);
path
=
APIs
;
path
=
APIs
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
...
...
Dolphins.xcworkspace/xcuserdata/zhangguangyi.xcuserdatad/UserInterfaceState.xcuserstate
View file @
7c29df19
No preview for this file type
Dolphins/Classes/Guard/Controller/ZJGuardViewController.m
View file @
7c29df19
...
@@ -227,6 +227,12 @@
...
@@ -227,6 +227,12 @@
{
{
[
collectionView
deselectItemAtIndexPath
:
indexPath
animated
:
YES
];
[
collectionView
deselectItemAtIndexPath
:
indexPath
animated
:
YES
];
if
(
!
[
ZJUserInfoManager
shared
].
isLogin
)
{
UIViewController
*
vc
=
[[
NSClassFromString
(
@"ZJPhoneLoginViewController"
)
alloc
]
init
];
[
self
.
navigationController
pushViewController
:
vc
animated
:
YES
];
return
;
}
if
(
!
[
ZJUserInfoManager
shared
].
userInfoModel
.
isMember
){
if
(
!
[
ZJUserInfoManager
shared
].
userInfoModel
.
isMember
){
[[
ZJGoodsMagager
shared
]
goodsWithVC
:
self
callBack
:
^
(
id
_Nonnull
s
)
{
[[
ZJGoodsMagager
shared
]
goodsWithVC
:
self
callBack
:
^
(
id
_Nonnull
s
)
{
[[
ZJUserInfoManager
shared
]
updataUserInfo
:
^
(
ZJMineUserInfoModel
*
_Nonnull
model
)
{
[[
ZJUserInfoManager
shared
]
updataUserInfo
:
^
(
ZJMineUserInfoModel
*
_Nonnull
model
)
{
...
...
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