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
4108a232
Commit
4108a232
authored
Jul 17, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.5.2上架版本
parent
605db812
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
36 additions
and
28 deletions
+36
-28
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/AppDelegate.swift
GeliBusinessPlatform/AppDelegate.swift
+21
-21
GeliBusinessPlatform/Define/Define.swift
GeliBusinessPlatform/Define/Define.swift
+4
-4
GeliBusinessPlatform/ViewController/订单列表/OrderListVC.swift
GeliBusinessPlatform/ViewController/订单列表/OrderListVC.swift
+7
-1
GeliBusinessPlatform/ViewController/订单详情/OrderDViewController.swift
...ssPlatform/ViewController/订单详情/OrderDViewController.swift
+4
-2
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
4108a232
No preview for this file type
GeliBusinessPlatform/AppDelegate.swift
View file @
4108a232
/*
shareSDK账号&密码
17322010717
gelifood81338860
shareSDK账号&密码
17322010717
gelifood81338860
融云账号&融云密码
18924107259
81338860geLI
融云账号&融云密码
18924107259
81338860geLI
苹果账号&密码
notice@gelifood.com
81338860^geLi
苹果账号&密码
notice@gelifood.com
81338860^geLi
极光密码
GeliFood
81338860geLI
极光密码
GeliFood
81338860geLI
微信开发平台
GELIFOOD123@126.com
81338860geli
微信开发平台
GELIFOOD123@126.com
81338860geli
微信分享 id & secret
wx26b371b279064098
55343eb2b2c2329860ad8545715ae9f3
微信分享 id & secret
wx26b371b279064098
55343eb2b2c2329860ad8545715ae9f3
测试账号&密码
Liangyuepf
zxcvbnm
测试账号&密码
Liangyuepf
zxcvbnm
*/
import
UIKit
...
...
GeliBusinessPlatform/Define/Define.swift
View file @
4108a232
...
...
@@ -27,10 +27,10 @@ let systemVersion = (UIDevice.current.systemVersion as String)
//接口地址
//test
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/"
//
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
//视图常量
...
...
GeliBusinessPlatform/ViewController/订单列表/OrderListVC.swift
View file @
4108a232
...
...
@@ -191,10 +191,16 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc
if
rowModel
.
cus_name
!=
nil
{
cell
.
nameLbl
.
text
=
rowModel
.
cus_name
!
}
else
{
cell
.
nameLbl
.
text
=
rowModel
.
user_name
!
if
rowModel
.
user_name
!=
nil
{
cell
.
nameLbl
.
text
=
rowModel
.
user_name
!
}
}
cell
.
orderNumerLbl
.
text
=
rowModel
.
order_sn
!
if
rowModel
.
order_status
!=
nil
&&
rowModel
.
order_status_d
!=
nil
&&
rowModel
.
goods_before_pay
!=
nil
{
cell
.
statusLbl
.
text
=
orderStatusStrByInt
(
statusNumber
:
rowModel
.
order_status
!
,
status_d
:
rowModel
.
order_status_d
!
,
isBfPay
:
rowModel
.
goods_before_pay
!
,
LmIdx
:
orderStatus
)
}
cell
.
countLbl
.
text
=
"
\(
rowModel
.
goods_number
!
)
"
cell
.
priceLbl
.
text
=
rowModel
.
sum_amount
cell
.
timeLbl
.
text
=
TimeByDouble
(
sender
:
rowModel
.
add_time
!
)
...
...
GeliBusinessPlatform/ViewController/订单详情/OrderDViewController.swift
View file @
4108a232
...
...
@@ -1112,8 +1112,10 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
let
view1
=
TitleAndLblView
(
frame
:
CGRect
(
x
:
0
,
y
:
0
,
width
:
fullScreenWidth
,
height
:
49
))
view1
.
nameLbl
.
text
=
"订单状态"
//订单状态
view1
.
contentLbl
.
text
=
orderStatusStrByInt
(
statusNumber
:
(
self
.
dataMdoel
?
.
order_res
?
.
order_status
)
!
,
status_d
:
(
self
.
dataMdoel
?
.
order_res
?
.
order_status_d
)
!
,
isBfPay
:(
self
.
dataMdoel
?
.
order_res
!.
goods_before_pay
)
!
,
LmIdx
:
lmIdx
)
view
.
addSubview
(
view1
)
if
self
.
dataMdoel
?
.
order_res
?
.
order_status
!=
nil
&&
self
.
dataMdoel
?
.
order_res
?
.
order_status_d
!=
nil
&&
self
.
dataMdoel
?
.
order_res
!.
goods_before_pay
!=
nil
{
view1
.
contentLbl
.
text
=
orderStatusStrByInt
(
statusNumber
:
(
self
.
dataMdoel
?
.
order_res
?
.
order_status
)
!
,
status_d
:
(
self
.
dataMdoel
?
.
order_res
?
.
order_status_d
)
!
,
isBfPay
:(
self
.
dataMdoel
?
.
order_res
!.
goods_before_pay
)
!
,
LmIdx
:
lmIdx
)
view
.
addSubview
(
view1
)
}
return
view
case
3
:
let
view1
=
HeaderOnlyTitleView
(
frame
:
CGRect
(
x
:
0
,
y
:
0
,
width
:
fullScreenWidth
,
height
:
39
))
...
...
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