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
e478fc99
Commit
e478fc99
authored
Jul 14, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
已选支付方式后,不能改回未支付
parent
c44d4faf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
2 deletions
+19
-2
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/View/AlertView/GLAlertSelectView.swift
GeliBusinessPlatform/View/AlertView/GLAlertSelectView.swift
+13
-1
GeliBusinessPlatform/ViewController/订单详情/OrderDViewController.swift
...ssPlatform/ViewController/订单详情/OrderDViewController.swift
+6
-1
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
e478fc99
No preview for this file type
GeliBusinessPlatform/View/AlertView/GLAlertSelectView.swift
View file @
e478fc99
...
...
@@ -31,6 +31,8 @@ class GLAlertSelectView: UIView,UITableViewDelegate,UITableViewDataSource,TitleA
delegate
?
.
GLAlertSelectViewFinish
?(
sender
:
sender
,
title
:
ysyfTitle
,
cellTag
:
cellTag
!
)
}
var
isNonSelect
=
false
var
cellTag
:
Int
?
var
isYsYf
=
false
var
ysyfTitle
=
""
...
...
@@ -180,7 +182,17 @@ class GLAlertSelectView: UIView,UITableViewDelegate,UITableViewDataSource,TitleA
}
let
cell
=
tableView
.
cellForRow
(
at
:
indexPath
)
as!
TitleAndSelectCell
if
isMultipleS
==
false
{
selectNum
=
cell
.
tag
if
isNonSelect
{
if
selectNum
!=
0
{
if
cell
.
tag
!=
0
{
selectNum
=
cell
.
tag
}
else
{
selectNum
=
tempNum
}
}
}
else
{
selectNum
=
cell
.
tag
}
}
else
{
if
isShangPinType
{
if
cell
.
tag
==
0
{
...
...
GeliBusinessPlatform/ViewController/订单详情/OrderDViewController.swift
View file @
e478fc99
...
...
@@ -762,6 +762,9 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
view
.
delegate
=
self
view
.
dataArr
=
zhiFuFangShiArr
view
.
selectNum
=
dj_payWay
if
dj_payWay
!=
0
{
view
.
isNonSelect
=
true
}
view
.
tempNum
=
view
.
selectNum
self
.
view
.
addSubview
(
view
)
glSelectView
=
view
...
...
@@ -781,7 +784,9 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
view
.
delegate
=
self
view
.
dataArr
=
zhiFuFangShiArr
view
.
selectNum
=
wk_payWay
if
wk_payWay
!=
0
{
view
.
isNonSelect
=
true
}
view
.
tempNum
=
view
.
selectNum
self
.
view
.
addSubview
(
view
)
glSelectView
=
view
...
...
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