Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GeliBusinessPlatform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ljy
GeliBusinessPlatform
Commits
d9ae6b49
Commit
d9ae6b49
authored
Apr 21, 2021
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按私服撒旦撒旦法
parent
8824f785
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
2 deletions
+8
-2
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/Define/Define.swift
GeliBusinessPlatform/Define/Define.swift
+1
-1
GeliBusinessPlatform/Model/pph/getVehicleType_model.swift
GeliBusinessPlatform/Model/pph/getVehicleType_model.swift
+2
-0
GeliBusinessPlatform/ViewController/拼拼货group/PPH_XQ_Cell.swift
...usinessPlatform/ViewController/拼拼货group/PPH_XQ_Cell.swift
+1
-0
GeliBusinessPlatform/ViewController/拼拼货group/PPH_XQ_Cell.xib
GeliBusinessPlatform/ViewController/拼拼货group/PPH_XQ_Cell.xib
+1
-0
GeliBusinessPlatform/ViewController/拼拼货group/PPH_YDXQ_VC.swift
...usinessPlatform/ViewController/拼拼货group/PPH_YDXQ_VC.swift
+3
-1
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
d9ae6b49
No preview for this file type
GeliBusinessPlatform/Define/Define.swift
View file @
d9ae6b49
...
...
@@ -31,7 +31,7 @@ let SERVERCE_ImageHost = "https://z.gelifood.com/"
let
SERVERCE_HOST
=
"https://z.gelifood.com/admin/"
//let SERVERCE_ImageHost = "https://zx.gelifood.com/"
//let SERVERCE_HOST = "https://zx.gelifood.com/admin/"
//
//
online
//online
//视图常量
let
IS_IPHONE_X
=
__CGSizeEqualToSize
(
CGSize
(
width
:
375.0
,
height
:
812.0
),
UIScreen
.
main
.
bounds
.
size
)
||
__CGSizeEqualToSize
(
CGSize
(
width
:
812.0
,
height
:
375.0
),
UIScreen
.
main
.
bounds
.
size
)
||
__CGSizeEqualToSize
(
CGSize
(
width
:
414.0
,
height
:
896.0
),
UIScreen
.
main
.
bounds
.
size
)
||
__CGSizeEqualToSize
(
CGSize
(
width
:
896.0
,
height
:
414.0
),
UIScreen
.
main
.
bounds
.
size
)
...
...
GeliBusinessPlatform/Model/pph/getVehicleType_model.swift
View file @
d9ae6b49
...
...
@@ -312,11 +312,13 @@ class orderDetailsData_model: Mappable {
var
pay_time
:
String
?
//支付时间
var
pph_info
:
pph_info_data
?
var
freight
:
Float
?
//实际运费
var
pay_type
:
String
?
required
init
?(
map
:
Map
)
{
}
func
mapping
(
map
:
Map
)
{
order_sn
<-
map
[
"order_sn"
]
pay_type
<-
map
[
"pay_type"
]
sale_plat
<-
map
[
"sale_plat"
]
delivery_status
<-
map
[
"delivery_status"
]
freight
<-
map
[
"freight"
]
...
...
GeliBusinessPlatform/ViewController/拼拼货group/PPH_XQ_Cell.swift
View file @
d9ae6b49
...
...
@@ -10,6 +10,7 @@ import UIKit
class
PPH_XQ_Cell
:
UITableViewCell
{
@IBOutlet
weak
var
pay_type_lbl
:
UILabel
!
@IBOutlet
weak
var
time_lbl
:
UILabel
!
@IBOutlet
weak
var
cost_lbl
:
UILabel
!
@IBOutlet
weak
var
order_lbl
:
UILabel
!
...
...
GeliBusinessPlatform/ViewController/拼拼货group/PPH_XQ_Cell.xib
View file @
d9ae6b49
...
...
@@ -159,6 +159,7 @@
<outlet
property=
"cost_lbl"
destination=
"p8t-oj-5gF"
id=
"NpM-hi-qgS"
/>
<outlet
property=
"driver_lbl"
destination=
"hcd-7G-dIO"
id=
"E53-GK-kqw"
/>
<outlet
property=
"order_lbl"
destination=
"6y7-JH-fI5"
id=
"A7i-D9-KI5"
/>
<outlet
property=
"pay_type_lbl"
destination=
"ofn-Zg-CyK"
id=
"DxA-kg-6Gz"
/>
<outlet
property=
"plan_lbl"
destination=
"Kiz-Dd-7Y9"
id=
"kB2-JI-PdB"
/>
<outlet
property=
"time_lbl"
destination=
"7Tx-2i-pY4"
id=
"rK9-EV-kNx"
/>
</connections>
...
...
GeliBusinessPlatform/ViewController/拼拼货group/PPH_YDXQ_VC.swift
View file @
d9ae6b49
...
...
@@ -33,6 +33,7 @@ class PPH_YDXQ_VC: BaseViewController,UITableViewDelegate,UITableViewDataSource,
var
id
:
Int
=
-
1
var
userToken
=
""
var
wb_no
=
""
var
payType
=
"格利支付"
@IBAction
func
cancel_action
(
_
sender
:
Any
)
{
if
btm_title_lbl
.
text
==
"取消订单"
{
...
...
@@ -136,7 +137,7 @@ class PPH_YDXQ_VC: BaseViewController,UITableViewDelegate,UITableViewDataSource,
}
cost
=
"¥
\(
modelData
!.
freight
!
)
"
pay_time
=
(
modelData
?
.
pay_time
!
)
!
payType
=
modelData
!.
pay_type
!
list_view
.
reloadData
()
}
failture
:
{
(
err
)
in
...
...
@@ -173,6 +174,7 @@ class PPH_YDXQ_VC: BaseViewController,UITableViewDelegate,UITableViewDataSource,
cell
.
order_lbl
.
text
=
order
cell
.
cost_lbl
.
text
=
cost
cell
.
time_lbl
.
text
=
pay_time
cell
.
pay_type_lbl
.
text
=
payType
return
cell
}
let
cell
=
tableView
.
dequeueReusableCell
(
withIdentifier
:
"PPH_Detail_Cell"
)
as!
PPH_Detail_Cell
...
...
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