Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wang
/
golang-open-platform
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
96f8044d
authored
Feb 24, 2021
by
wang
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
去掉page验证
parent
c9ad81c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
model/filter.go
model/filter.go
View file @
96f8044d
...
@@ -10,6 +10,9 @@ import (
...
@@ -10,6 +10,9 @@ import (
//过滤
//过滤
func
SkuFilter
(
remoteData
RemoteSkuData
,
filedStr
[]
string
)
(
data
RemoteSkuData
)
{
func
SkuFilter
(
remoteData
RemoteSkuData
,
filedStr
[]
string
)
(
data
RemoteSkuData
)
{
remoteData
=
filterData
(
remoteData
,
filedStr
)
remoteData
=
filterData
(
remoteData
,
filedStr
)
if
(
len
(
remoteData
)
==
0
){
return
nil
}
return
remoteData
return
remoteData
}
}
...
...
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