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
bc0b6bfb
Commit
bc0b6bfb
authored
Jan 08, 2021
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分销员客户详情点击bug优化
parent
1fc7f235
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletion
+7
-1
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/分销员管理/FXYGL_ViewController.swift
...sPlatform/ViewController/分销员管理/FXYGL_ViewController.swift
+1
-1
GeliBusinessPlatform/ViewController/分销收益页/FXSY_ViewController.swift
...ssPlatform/ViewController/分销收益页/FXSY_ViewController.swift
+1
-0
GeliBusinessPlatform/ViewController/客户详情/KHXQ_ViewController.swift
...essPlatform/ViewController/客户详情/KHXQ_ViewController.swift
+5
-0
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
bc0b6bfb
No preview for this file type
GeliBusinessPlatform/ViewController/分销员管理/FXYGL_ViewController.swift
View file @
bc0b6bfb
...
...
@@ -100,7 +100,7 @@ class FXYGL_ViewController: BaseViewController, UISearchBarDelegate, SearchBarVi
return
dataArr
.
count
}
func
rightBtnClick
()
{
removeBlackBtnView
()
add_fxy_view
=
ADD_FXY_View
(
frame
:
self
.
view
.
bounds
)
add_fxy_view
!.
delegate
=
self
self
.
view
.
addSubview
(
add_fxy_view
!
)
...
...
GeliBusinessPlatform/ViewController/分销收益页/FXSY_ViewController.swift
View file @
bc0b6bfb
...
...
@@ -87,6 +87,7 @@ class FXSY_ViewController: BaseViewController,GLTimeSelectViewDelegate,UITableVi
var
inc_exp_type
=
0
var
keyword
=
""
@IBAction
func
top_btn_click
(
_
sender
:
UIButton
)
{
removeBlackBtnView
()
if
sender
==
left_btn
{
left_btn
.
isSelected
=
true
right_btn
.
isSelected
=
false
...
...
GeliBusinessPlatform/ViewController/客户详情/KHXQ_ViewController.swift
View file @
bc0b6bfb
...
...
@@ -142,6 +142,10 @@ class KHXQ_ViewController: BaseViewController, TimeShowDownViewDeleagte, UISearc
@IBOutlet
weak
var
top_view
:
UIView
!
@IBAction
func
date_select_action
(
_
sender
:
Any
)
{
removeBlackBtnView
()
if
timeShowDView
!=
nil
{
timeShowDView
.
removeFromSuperview
()
timeShowDView
=
nil
}
else
{
let
timeShowDownView
=
TimeShowDownView
()
self
.
view
.
addSubview
(
timeShowDownView
)
timeShowDownView
.
snp
.
makeConstraints
{
(
make
)
in
...
...
@@ -158,6 +162,7 @@ class KHXQ_ViewController: BaseViewController, TimeShowDownViewDeleagte, UISearc
timeShowDownView
.
setOld
()
}
}
}
let
UserToken
=
UserDefaults
.
standard
.
value
(
forKey
:
"user_token"
)
@IBOutlet
weak
var
search_view
:
UIView
!
override
func
viewDidLoad
()
{
...
...
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