Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-11-17 17:37:28 +0800
Commit
c5fe97f2ebc93093d25d624be642aededc10fdbe
1 parent
afeda647
my guang & info bug fix
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
static/js/guang/info.js
template/m.yohobuy.com/actions/index/home/my-guang.phtml
template/m.yohobuy.com/partials/layout/use.phtml
static/js/guang/info.js
View file @
c5fe97f
...
...
@@ -62,6 +62,8 @@ function initInfosEvt($container) {
$btn
,
$info
;
e
.
preventDefault
();
//点赞
$btn
=
$this
.
closest
(
'.like-btn'
);
if
(
$btn
.
length
>
0
)
{
...
...
template/m.yohobuy.com/actions/index/home/my-guang.phtml
View file @
c5fe97f
{
{>
layout/header
}
}
<div
class=
"my-guang-page yoho-page"
>
<div
class=
"info-list"
>
<div
id=
"info-list"
class=
"info-list"
>
{
{#
myGuang
}
}
{
{>
guang/info
}
}
{
{/
myGuang
}
}
...
...
template/m.yohobuy.com/partials/layout/use.phtml
View file @
c5fe97f
...
...
@@ -242,4 +242,9 @@
<script>
seajs.use('js/me/address');
</script>
{{/if}}
{{#if myGuangPage}}
<script>
seajs.use('js/me/my-guang');
</script>
{{/if}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment