Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
930f75daa0ffce1008777dac6ca0acd389f7cae1
1 parent
b83b3bd2
fix source
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/common/models/suggestFeedBack-service.js
apps/common/models/suggestFeedBack-service.js
View file @
930f75d
...
...
@@ -13,8 +13,8 @@ const QUESTION_CODE = '1337a9f26f3972060bb2a2ca3aba81fd';
const
suggestFeedBack
=
()
=>
{
return
api
.
getResource
(
QUESTION_CODE
).
then
(
result
=>
{
if
(
result
.
code
===
200
)
{
let
data
=
_
.
dropWhile
(
_
.
get
(
result
,
'data.list'
,
[]),
o
=>
{
return
+
o
.
template_id
!==
6362
;
// 取一张图资源位
let
data
=
_
.
dropWhile
(
_
.
get
(
result
,
'data'
,
[]),
o
=>
{
return
o
.
template_name
!==
'single_image'
;
// 取一张图资源位
});
let
list
=
[];
...
...
Please
register
or
login
to post a comment