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
62b1e46a
Commit
62b1e46a
authored
May 20, 2016
by
勾芒
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
5ca22764
2cde2c4b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
ClientViewController.m
Lighting/Class/ClientViewController.m
+2
-2
Toolview.m
Lighting/Class/Tabbar/Toolview.m
+2
-2
project.pbxproj
Lighting/Lighting.xcodeproj/project.pbxproj
+2
-2
No files found.
Lighting/Class/ClientViewController.m
View file @
62b1e46a
...
...
@@ -358,10 +358,10 @@
//客户信息类
TOConsumerEntity
*
customerEntity
=
[[
TOConsumerEntity
alloc
]
init
];
customerEntity
.
createName
=
self
.
customerNameField
.
text
;
customerEntity
.
createName
=
[
Shoppersmanager
manager
].
Shoppers
.
employee
.
realName
;
customerEntity
.
mobile
=
self
.
phoneNumberField
.
text
;
customerEntity
.
address
=
self
.
customerAddress
.
text
;
customerEntity
.
name
=
self
.
c
ompany
NameField
.
text
;
customerEntity
.
name
=
self
.
c
ustomer
NameField
.
text
;
//修改
if
(
isChange
)
{
customerEntity
.
fid
=
[
Customermanager
manager
].
customerID
;
...
...
Lighting/Class/Tabbar/Toolview.m
View file @
62b1e46a
...
...
@@ -82,8 +82,8 @@
[
self
addSubview
:
button
];
//按钮
NSString
*
userName
=
[
Shoppersmanager
manager
].
Shoppers
.
employee
.
userName
?[
Shoppersmanager
manager
].
Shoppers
.
employee
.
userName
:
@"某某用户
"
;
NSArray
*
titleArray
=
[
NSArray
arrayWithObjects
:
@"功能菜单"
,
user
Name
,
@"我的客户"
,
@"购物车"
,
nil
];
NSString
*
realName
=
[
Shoppersmanager
manager
].
Shoppers
.
employee
.
realName
?[
Shoppersmanager
manager
].
Shoppers
.
employee
.
realName
:
@"服务导购
"
;
NSArray
*
titleArray
=
[
NSArray
arrayWithObjects
:
@"功能菜单"
,
real
Name
,
@"我的客户"
,
@"购物车"
,
nil
];
//图片
NSArray
*
imageArray
=
[
NSArray
arrayWithObjects
:
@"dial"
,
@"Cog"
,
@"data"
,
@"ablum"
,
nil
];
for
(
int
i
=
1
;
i
<
5
;
i
++
)
{
...
...
Lighting/Lighting.xcodeproj/project.pbxproj
View file @
62b1e46a
...
...
@@ -1605,7 +1605,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.gomore.opple
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE
=
"
f89bebf5-81e2-4c61-9052-8c7bb0f9ddd6
"
;
PROVISIONING_PROFILE
=
"
e9bd3600-5e9c-4cd0-a0d5-b7d8b0882ca8
"
;
STRIP_PNG_TEXT
=
NO
;
USER_HEADER_SEARCH_PATHS
=
"$(PODS_ROOT)/**"
;
};
...
...
@@ -1657,7 +1657,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.gomore.opple
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE
=
"
f89bebf5-81e2-4c61-9052-8c7bb0f9ddd6
"
;
PROVISIONING_PROFILE
=
"
e9bd3600-5e9c-4cd0-a0d5-b7d8b0882ca8
"
;
STRIP_PNG_TEXT
=
NO
;
USER_HEADER_SEARCH_PATHS
=
"$(PODS_ROOT)/**"
;
};
...
...
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