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
23a0ff43
Commit
23a0ff43
authored
Jul 11, 2017
by
曹云霄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复在商品详情无法加入购物车
parent
0f865351
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
16 deletions
+12
-16
PersonInformationTableViewCell.m
...Client/Orderdetails/view/PersonInformationTableViewCell.m
+2
-2
ProductDetailsViewController.m
...roductLibraryVC/controller/ProductDetailsViewController.m
+1
-1
Info.plist
Lighting/Supporting Files/Info.plist
+1
-1
LightingDev-Info.plist
Lighting/Supporting Files/LightingDev-Info.plist
+1
-3
LightingDis-Info.plist
Lighting/Supporting Files/LightingDis-Info.plist
+1
-3
LightingDis2017-07-10 14:10:52.app.dSYM.zip
fastlane/iPA/LightingDis2017-07-10 14:10:52.app.dSYM.zip
+0
-0
LightingDis2017-07-10 14:10:52.ipa
fastlane/iPA/LightingDis2017-07-10 14:10:52.ipa
+0
-0
report.xml
fastlane/report.xml
+6
-6
No files found.
Class/MyClient/Orderdetails/view/PersonInformationTableViewCell.m
View file @
23a0ff43
...
...
@@ -19,7 +19,7 @@
self
.
customerName
.
text
=
model
.
name
;
self
.
companyName
.
text
=
model
.
company
;
self
.
customerPhoneNumber
.
text
=
model
.
mobile
;
self
.
c
ustomerAddress
.
text
=
[
BaseViewController
isMunicipality
:
model
.
province
withCity
:
model
.
city
withCountry
:
model
.
country
withDetailAddress
:
model
.
address
];
self
.
c
ompanyLocation
.
text
=
[
BaseViewController
isMunicipality
:
model
.
province
withCity
:
model
.
city
withCountry
:
model
.
country
withDetailAddress
:
model
.
address
];
}
-
(
void
)
setModel
:
(
TOConsumerEntity
*
)
model
...
...
@@ -29,7 +29,7 @@
self
.
customerName
.
text
=
_model
.
name
;
self
.
companyName
.
text
=
_model
.
company
;
self
.
customerPhoneNumber
.
text
=
_model
.
mobile
;
self
.
c
ustomerAddress
.
text
=
[
BaseViewController
isMunicipality
:
model
.
province
withCity
:
model
.
city
withCountry
:
model
.
country
withDetailAddress
:
model
.
address
];
self
.
c
ompanyLocation
.
text
=
[
BaseViewController
isMunicipality
:
model
.
province
withCity
:
model
.
city
withCountry
:
model
.
country
withDetailAddress
:
model
.
address
];
}
...
...
Class/RIghtVC/ProductLibraryVC/controller/ProductDetailsViewController.m
View file @
23a0ff43
...
...
@@ -382,10 +382,10 @@
shopCar
.
consumerId
=
[
Customermanager
manager
].
model
.
fid
;
shopCar
.
goodsId
=
_goodsID
;
shopCar
.
count
=
self
.
headerView
.
goodsNumber
.
text
;
shopCar
.
attachmentUrl
=
@""
;
WS
(
weakSelf
);
[
XBLoadingView
showHUDViewWithDefault
];
[
HTTP
networkRequestWithURL
:
SERVERREQUESTURL
(
ADDSHOPPINGBAG
)
withRequestType
:
ZERO
withParameter
:
shopCar
withReturnValueBlock
:^
(
id
returnValue
)
{
[
XBLoadingView
hideHUDViewWithDefault
];
if
(
RESULT
(
returnValue
))
{
NSLog
(
@"添加购物车成功"
);
...
...
Lighting/Supporting Files/Info.plist
View file @
23a0ff43
...
...
@@ -15,7 +15,7 @@
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
欧立方
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
2.1.
13
<
/string
>
<
string
>
2.1.
8
<
/string
>
<
k
e
y
>
CFBundleURLTypes
<
/k
e
y
>
<
a
rr
a
y
>
<
d
i
c
t
>
...
...
Lighting/Supporting Files/LightingDev-Info.plist
View file @
23a0ff43
...
...
@@ -15,7 +15,7 @@
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
欧立方
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
3.0
<
/string
>
<
string
>
2.1.8
<
/string
>
<
k
e
y
>
CFBundleURLTypes
<
/k
e
y
>
<
a
rr
a
y
>
<
d
i
c
t
>
...
...
@@ -47,8 +47,6 @@
<
/
a
rr
a
y
>
<
/
d
i
c
t
>
<
/
a
rr
a
y
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
5
<
/string
>
<
k
e
y
>
LSApplicationQueriesSchemes
<
/k
e
y
>
<
a
rr
a
y
>
<
string
>
wechat
<
/string
>
...
...
Lighting/Supporting Files/LightingDis-Info.plist
View file @
23a0ff43
...
...
@@ -15,7 +15,7 @@
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
欧立方
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
3.0
<
/string
>
<
string
>
2.1.9
<
/string
>
<
k
e
y
>
CFBundleURLTypes
<
/k
e
y
>
<
a
rr
a
y
>
<
d
i
c
t
>
...
...
@@ -47,8 +47,6 @@
<
/
a
rr
a
y
>
<
/
d
i
c
t
>
<
/
a
rr
a
y
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
5
<
/string
>
<
k
e
y
>
LSApplicationQueriesSchemes
<
/k
e
y
>
<
a
rr
a
y
>
<
string
>
wechat
<
/string
>
...
...
fastlane/iPA/LightingDis2017-07-10 14:10:52.app.dSYM.zip
0 → 100644
View file @
23a0ff43
File added
fastlane/iPA/LightingDis2017-07-10 14:10:52.ipa
0 → 100644
View file @
23a0ff43
File added
fastlane/report.xml
View file @
23a0ff43
...
...
@@ -5,32 +5,32 @@
<testcase
classname=
"fastlane.lanes"
name=
"0: Verifying required fastlane version"
time=
"0.002
5
"
>
<testcase
classname=
"fastlane.lanes"
name=
"0: Verifying required fastlane version"
time=
"0.002
304
"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"1: default_platform"
time=
"0.00
1971
"
>
<testcase
classname=
"fastlane.lanes"
name=
"1: default_platform"
time=
"0.00
5053
"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"2: cocoapods"
time=
"1
5.183434
"
>
<testcase
classname=
"fastlane.lanes"
name=
"2: cocoapods"
time=
"1
1.410097
"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"3: increment_version_number"
time=
"
4.1761
82"
>
<testcase
classname=
"fastlane.lanes"
name=
"3: increment_version_number"
time=
"
3.2476
82"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"4: gym"
time=
"1
56.81506
7"
>
<testcase
classname=
"fastlane.lanes"
name=
"4: gym"
time=
"1
49.77308
7"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"5: pgyer"
time=
"
70.513265
"
>
<testcase
classname=
"fastlane.lanes"
name=
"5: pgyer"
time=
"
186.11317
"
>
</testcase>
...
...
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