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
毕凯
9 years ago
Commit
b5ccc9ef4b76f10f2a3b871dbdd88deaf54a4ca5
1 parent
90d94552
专题活动增加缓存
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/activity/controllers/special.js
apps/activity/models/special.js
apps/activity/controllers/special.js
View file @
b5ccc9e
/**
*
index
controller
*
专题活动
controller
* @author: bikai<kai.bi@yoho.cn>
* @date: 2016/05/16
*/
...
...
apps/activity/models/special.js
View file @
b5ccc9e
...
...
@@ -15,7 +15,7 @@ var api = new ServiceAPI();
const
getstaticFile
=
(
id
)
=>
{
return
api
.
get
(
'staticFileManage/queryById'
,
sign
.
apiSign
({
id
:
id
})).
then
(
result
=>
{
})
,
true
).
then
(
result
=>
{
if
(
result
&&
result
.
code
===
200
)
{
return
result
.
data
;
}
else
{
...
...
Please
register
or
login
to post a comment