Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
Rock Zhang
2015-12-05 16:13:46 +0800
Commit
2d8cf52ebc784868cd86a3dd4ea3518ac8f4dd58
2 parents
f1c308e5
2b6a8d15
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into hotfix/apichange-bug
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
library/Api/Yohobuy.php
static/js/product/entry.js
library/Api/Yohobuy.php
View file @
2d8cf52
...
...
@@ -139,7 +139,7 @@ class Yohobuy
if
(
!
empty
(
$data
))
{
$url
=
self
::
httpBuildQuery
(
$url
,
$data
);
}
var_dump
(
$url
);
/* 开启缓存的情况 */
if
(
$cache
&&
USE_CACHE
)
{
// 先尝试获取一级缓存(master), 有数据则直接返回.
...
...
static/js/product/entry.js
View file @
2d8cf52
...
...
@@ -10,4 +10,4 @@ require('./list');
require
(
'./detail/detail'
);
require
(
'./detail/loadmore'
);
require
(
'./detail/consultform'
);
require
(
'./detail/hot-rank'
);
\ No newline at end of file
require
(
'./newsale/hot-rank'
);
\ No newline at end of file
...
...
Please
register
or
login
to post a comment