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
16a60708
Commit
16a60708
authored
Jul 16, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
10仅显示查看
parent
2b8f2415
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/订单详情/OrderDViewController.swift
...ssPlatform/ViewController/订单详情/OrderDViewController.swift
+5
-5
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
16a60708
No preview for this file type
GeliBusinessPlatform/ViewController/订单详情/OrderDViewController.swift
View file @
16a60708
...
@@ -1237,11 +1237,11 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
...
@@ -1237,11 +1237,11 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
case
10
:
case
10
:
// str = "订单关闭"str = "已取消" //用户取消(预售
// str = "订单关闭"str = "已取消" //用户取消(预售
titleArr
=
[
"查看订单"
]
titleArr
=
[
"查看订单"
]
if
self
.
dataMdoel
!.
order_res
?
.
pay_status
==
0
{
//
if self.dataMdoel!.order_res?.pay_status == 0 {
if
self
.
dataMdoel
?
.
order_res
?
.
from
==
3
||
self
.
dataMdoel
?
.
order_res
?
.
from
==
5
{
//
if self.dataMdoel?.order_res?.from == 3 || self.dataMdoel?.order_res?.from == 5 {
titleArr
=
[
"确认收款"
]
//
titleArr = ["确认收款"]
}
//
}
}
//
}
break
break
case
11
:
case
11
:
titleArr
=
[
"拒绝退款"
,
"同意退款"
]
titleArr
=
[
"拒绝退款"
,
"同意退款"
]
...
...
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