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
276167d8
Commit
276167d8
authored
Nov 21, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分销is_show数值修正
parent
53553155
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/View/Cell/GYS_FX_ProductCellTableViewCell.swift
...sPlatform/View/Cell/GYS_FX_ProductCellTableViewCell.swift
+1
-1
GeliBusinessPlatform/ViewController/分销商品管理/FX_Product_GuanLiVC.swift
...sPlatform/ViewController/分销商品管理/FX_Product_GuanLiVC.swift
+2
-3
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
276167d8
No preview for this file type
GeliBusinessPlatform/View/Cell/GYS_FX_ProductCellTableViewCell.swift
View file @
276167d8
...
...
@@ -23,7 +23,7 @@ class GYS_FX_ProductCellTableViewCell: UITableViewCell {
delegate
?
.
GYS_FX_ProductCellTableViewCellSelect
(
idx
:
self
.
tag
)
}
@IBOutlet
weak
var
left_btn
:
UIButton
!
@IBOutlet
weak
var
select_Img
:
UIImageView
!
@IBOutlet
weak
var
select_Img
:
UIImageView
!
@IBOutlet
weak
var
old_price_Lbl
:
UILabel
!//
原价
@IBOutlet
weak
var
new_price_Lbl
:
UILabel
!//
分销价
...
...
GeliBusinessPlatform/ViewController/分销商品管理/FX_Product_GuanLiVC.swift
View file @
276167d8
...
...
@@ -163,7 +163,6 @@ class FX_Product_GuanLiVC: BaseViewController,UITableViewDelegate,UITableViewDat
//MARK:--取消搜索代理
func
clearSearchAction
()
{
print
(
"取消搜索代理了--"
)
// home_list_tbv.mj_header?.beginRefreshing()
}
func
searchBarTextDidEndEditing
(
_
searchBar
:
UISearchBar
)
{
...
...
@@ -389,10 +388,10 @@ class FX_Product_GuanLiVC: BaseViewController,UITableViewDelegate,UITableViewDat
goods_type
=
selectIndexArr
.
first
!
+
1
switch
selectIndexArr
.
last
{
case
1
:
is_show
=
1
is_show
=
0
break
default
:
is_show
=
0
is_show
=
1
break
}
...
...
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