Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
uedxwg
2015-11-12 16:52:16 +0800
Commit
f92503723c6c34415bd9f3eba6cdcb9eb42b24db
1 parent
20f5420f
'update'
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
static/js/product/newsale/hot-rank.js
static/sass/me/coupons.scss → static/sass/me/_coupons.scss
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Newsale.php
static/js/product/newsale/hot-rank.js
View file @
f925037
var
$
=
require
(
'jquery'
);
$
.
ajax
({
type
:
'POST'
,
url
:
'http://m.dev.yohobuy.com/product/newsale/selectHotrank'
,
type
:
'GET'
,
url
:
'/product/newsale/selectHotrank'
,
dataType
:
'html'
,
success
:
function
(
date
)
{
$
(
'#hotRank'
).
append
(
date
);
...
...
static/sass/me/coupons.scss → static/sass/me/
_
coupons.scss
View file @
f925037
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Newsale.php
View file @
f925037
...
...
@@ -119,7 +119,7 @@ class NewsaleController extends AbstractAction
if
(
empty
(
$result
))
{
echo
' '
;
}
else
{
$this
->
_view
->
display
(
'
produc
t'
,
$result
);
$this
->
_view
->
display
(
'
hotLis
t'
,
$result
);
}
}
...
...
Please
register
or
login
to post a comment