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
1cd4e7de
Commit
1cd4e7de
authored
Jul 24, 2020
by
刘俊宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.5.3(b1.5)提审线上版本
parent
ad2b4667
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
...ata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/Define/Define.swift
GeliBusinessPlatform/Define/Define.swift
+4
-4
GeliBusinessPlatform/ViewController/订单列表/OrderListVC.swift
GeliBusinessPlatform/ViewController/订单列表/OrderListVC.swift
+1
-1
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
View file @
1cd4e7de
No preview for this file type
GeliBusinessPlatform/Define/Define.swift
View file @
1cd4e7de
...
@@ -27,10 +27,10 @@ let systemVersion = (UIDevice.current.systemVersion as String)
...
@@ -27,10 +27,10 @@ let systemVersion = (UIDevice.current.systemVersion as String)
//接口地址
//接口地址
//test
//test
let
SERVERCE_ImageHost
=
"https://z.gelifood.com/"
//
let SERVERCE_ImageHost = "https://z.gelifood.com/"
let
SERVERCE_HOST
=
"https://z.gelifood.com/admin/"
//
let SERVERCE_HOST = "https://z.gelifood.com/admin/"
//
let SERVERCE_ImageHost = "https://zx.gelifood.com/"
let
SERVERCE_ImageHost
=
"https://zx.gelifood.com/"
//
let SERVERCE_HOST = "https://zx.gelifood.com/admin/"
let
SERVERCE_HOST
=
"https://zx.gelifood.com/admin/"
////online
////online
//视图常量
//视图常量
...
...
GeliBusinessPlatform/ViewController/订单列表/OrderListVC.swift
View file @
1cd4e7de
...
@@ -327,7 +327,7 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc
...
@@ -327,7 +327,7 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc
}
}
if
rowModel
.
pay_status
!
!=
2
{
if
rowModel
.
pay_status
!
!=
2
{
if
rowModel
.
order_status
==
1
||
rowModel
.
order_status
==
6
||
rowModel
.
order_status
==
7
||
rowModel
.
order_status
==
10
{
if
rowModel
.
order_status
==
1
||
rowModel
.
order_status
==
6
||
rowModel
.
order_status
==
7
||
rowModel
.
order_status
==
10
{
if
!
btnStr
.
contains
(
"付款码"
)
&&
btnStr
.
count
<
4
{
if
!
btnStr
.
contains
(
"付款码"
)
&&
btnStr
.
count
<
3
{
btnStr
.
append
(
"付款码"
)
btnStr
.
append
(
"付款码"
)
}
}
}
}
...
...
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