Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
Opple-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
张杰
Opple-iOS
Commits
43c8492e
Commit
43c8492e
authored
May 20, 2016
by
polo2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正上面菜单中导购应该显示realname字段
parent
eabd8a46
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
Toolview.m
Lighting/Class/Tabbar/Toolview.m
+2
-2
project.pbxproj
Lighting/Lighting.xcodeproj/project.pbxproj
+2
-2
Podfile.lock
Lighting/Podfile.lock
+6
-6
No files found.
Lighting/Class/Tabbar/Toolview.m
View file @
43c8492e
...
@@ -82,8 +82,8 @@
...
@@ -82,8 +82,8 @@
[
self
addSubview
:
button
];
[
self
addSubview
:
button
];
//按钮
//按钮
NSString
*
userName
=
[
Shoppersmanager
manager
].
Shoppers
.
employee
.
userName
?[
Shoppersmanager
manager
].
Shoppers
.
employee
.
userName
:
@"某某用户
"
;
NSString
*
realName
=
[
Shoppersmanager
manager
].
Shoppers
.
employee
.
realName
?[
Shoppersmanager
manager
].
Shoppers
.
employee
.
realName
:
@"服务导购
"
;
NSArray
*
titleArray
=
[
NSArray
arrayWithObjects
:
@"功能菜单"
,
user
Name
,
@"我的客户"
,
@"购物车"
,
nil
];
NSArray
*
titleArray
=
[
NSArray
arrayWithObjects
:
@"功能菜单"
,
real
Name
,
@"我的客户"
,
@"购物车"
,
nil
];
//图片
//图片
NSArray
*
imageArray
=
[
NSArray
arrayWithObjects
:
@"dial"
,
@"Cog"
,
@"data"
,
@"ablum"
,
nil
];
NSArray
*
imageArray
=
[
NSArray
arrayWithObjects
:
@"dial"
,
@"Cog"
,
@"data"
,
@"ablum"
,
nil
];
for
(
int
i
=
1
;
i
<
5
;
i
++
)
{
for
(
int
i
=
1
;
i
<
5
;
i
++
)
{
...
...
Lighting/Lighting.xcodeproj/project.pbxproj
View file @
43c8492e
...
@@ -1569,7 +1569,7 @@
...
@@ -1569,7 +1569,7 @@
);
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.gomore.opple
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.gomore.opple
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE
=
"
f89bebf5-81e2-4c61-9052-8c7bb0f9ddd6
"
;
PROVISIONING_PROFILE
=
"
e9bd3600-5e9c-4cd0-a0d5-b7d8b0882ca8
"
;
STRIP_PNG_TEXT
=
NO
;
STRIP_PNG_TEXT
=
NO
;
USER_HEADER_SEARCH_PATHS
=
"$(PODS_ROOT)/**"
;
USER_HEADER_SEARCH_PATHS
=
"$(PODS_ROOT)/**"
;
};
};
...
@@ -1621,7 +1621,7 @@
...
@@ -1621,7 +1621,7 @@
);
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.gomore.opple
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.gomore.opple
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE
=
"
f89bebf5-81e2-4c61-9052-8c7bb0f9ddd6
"
;
PROVISIONING_PROFILE
=
"
e9bd3600-5e9c-4cd0-a0d5-b7d8b0882ca8
"
;
STRIP_PNG_TEXT
=
NO
;
STRIP_PNG_TEXT
=
NO
;
USER_HEADER_SEARCH_PATHS
=
"$(PODS_ROOT)/**"
;
USER_HEADER_SEARCH_PATHS
=
"$(PODS_ROOT)/**"
;
};
};
...
...
Lighting/Podfile.lock
View file @
43c8492e
...
@@ -14,7 +14,7 @@ PODS:
...
@@ -14,7 +14,7 @@ PODS:
- AFNetworking/Serialization (3.1.0)
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- AFNetworking/NSURLSession
- IQKeyboardManager (4.0.
2
)
- IQKeyboardManager (4.0.
3
)
- JSONModel (1.2.0)
- JSONModel (1.2.0)
- Masonry (0.6.4)
- Masonry (0.6.4)
- MBProgressHUD (0.9.2)
- MBProgressHUD (0.9.2)
...
@@ -32,9 +32,9 @@ PODS:
...
@@ -32,9 +32,9 @@ PODS:
- MMDrawerController/Core
- MMDrawerController/Core
- MMDrawerController/Subclass (0.6.0):
- MMDrawerController/Subclass (0.6.0):
- MMDrawerController/Core
- MMDrawerController/Core
- SDWebImage (3.7.
5
):
- SDWebImage (3.7.
6
):
- SDWebImage/Core (= 3.7.
5
)
- SDWebImage/Core (= 3.7.
6
)
- SDWebImage/Core (3.7.
5
)
- SDWebImage/Core (3.7.
6
)
- SVProgressHUD (2.0.3)
- SVProgressHUD (2.0.3)
DEPENDENCIES:
DEPENDENCIES:
...
@@ -51,14 +51,14 @@ DEPENDENCIES:
...
@@ -51,14 +51,14 @@ DEPENDENCIES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
IQKeyboardManager:
2341089c4ae25fa2fa82ce356a259fcd267dc6b6
IQKeyboardManager:
be9695ffc5a52077deb4847608f338771022d6d1
JSONModel: 12523685c4b623553ccf844bbbf7007624317b2c
JSONModel: 12523685c4b623553ccf844bbbf7007624317b2c
Masonry: 281802d04d787ea2973179ee8bcb50500579ede2
Masonry: 281802d04d787ea2973179ee8bcb50500579ede2
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
MJExtension: d86aacb740c87519d20e3cca55b6fa4be6cc7548
MJExtension: d86aacb740c87519d20e3cca55b6fa4be6cc7548
MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4
MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4
MMDrawerController: e3a54a5570388463ad3b36975251575b50c4e1a0
MMDrawerController: e3a54a5570388463ad3b36975251575b50c4e1a0
SDWebImage:
69c6303e3348fba97e03f65d65d4fbc26740f461
SDWebImage:
c325cf02c30337336b95beff20a13df489ec0ec9
SVProgressHUD: b0830714205bea1317ea1a2ebc71e5633af334d4
SVProgressHUD: b0830714205bea1317ea1a2ebc71e5633af334d4
COCOAPODS: 0.39.0
COCOAPODS: 0.39.0
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