Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
ios1x
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cemarose
ios1x
Commits
f52543d4
Commit
f52543d4
authored
Nov 16, 2017
by
houweibin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1,搜索结果页无法下拉刷新问题
2,品牌商品页品牌图问题
parent
e81f69b1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
KWMBrandCaramelVC.m
iCemarose/Class/UI/Brand/KWMBrandCaramelVC.m
+2
-2
KWMSearchFeedbackVC.m
iCemarose/Class/UI/Product/KWMSearchFeedbackVC.m
+6
-3
No files found.
iCemarose/Class/UI/Brand/KWMBrandCaramelVC.m
View file @
f52543d4
...
...
@@ -76,10 +76,10 @@
!
[
KWMStringUtil
isEmpty
:
self
.
collection
.
image
.
sourceURL
.
absoluteString
]){
self
.
tbvBrandCaramel
.
tableHeaderView
.
frame
=
CGRectMake
(
0
,
0
,
UI_SCREEN_WIDTH
,
210
);
self
.
tbvBrandCaramel
.
tableHeaderView
.
hidden
=
NO
;
}
else
{
return
;
}
self
.
tbvBrandCaramel
.
tableHeaderView
.
frame
=
CGRectMake
(
0
,
0
,
0
,
0
);
self
.
tbvBrandCaramel
.
tableHeaderView
.
hidden
=
YES
;
}
}
-
(
void
)
setBackColor
{
...
...
iCemarose/Class/UI/Product/KWMSearchFeedbackVC.m
View file @
f52543d4
...
...
@@ -11,6 +11,7 @@
#import "KWMSearchFeedBackView.h"
#import "KWMNewProductVC.h"
#import "MJRefresh.h"
#import "KWMStringUtil.h"
@interface
KWMSearchFeedbackVC
()
<
UITableViewDelegate
,
UITableViewDataSource
,
KWMSearchFeedBackViewDelegate
,
KWMBrandCaramelCellDelegate
>
@property
(
nonatomic
)
KWMSearchFeedBackView
*
vSearchFB
;
...
...
@@ -52,8 +53,8 @@
}
-
(
void
)
reLoadData
{
//
[self getSearchProduct];
self
.
currentPage
=
@0
;
[
self
getSearchProduct
];
}
static
NSString
*
idStr
=
@"KWMBrandCaramelCell"
;
-
(
void
)
viewDidLoad
{
...
...
@@ -189,7 +190,9 @@ static NSString *idStr = @"KWMBrandCaramelCell";
//搜索API
-
(
void
)
getSearchProduct
{
if
([
KWMStringUtil
isEmpty
:
_searchText
]){
return
;
}
if
([[
_searchText
lowercaseString
]
isEqualToString
:
@"bonpoint"
])
{
self
.
vNoGoods
.
hidden
=
NO
;
return
;
...
...
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