Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
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
2586703@qq.com
2015-06-15 14:35:34 +0800
Commit
382b22f6af9f935eda1c082901f617cff4bb3c8b
2 parents
3e64423b
29bcf028
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohood
into develop
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
res/js/yohood.js
website/view/script/activity/partnermobile.php
res/js/yohood.js
View file @
382b22f
...
...
@@ -238,7 +238,7 @@ define('yohood', function(require, exports) {
$
(
".show-wrap .image-box"
).
bind
(
"click"
,
function
(){
showNone
(
$
(
this
));
});
$
(
".img-zoom"
).
bind
(
"mousemove"
,
function
()
{
$
(
".img-zoom
img
"
).
bind
(
"mousemove"
,
function
()
{
showLabel
(
$
(
this
),
480
,
480
,
0
,
0
);
});
$
(
".show-wrap .image-box"
).
bind
(
"mousemove"
,
function
()
{
...
...
website/view/script/activity/partnermobile.php
View file @
382b22f
...
...
@@ -14,7 +14,7 @@
<
li
>
<
a
href
=
"<?php echo
$partner['url']
;?>"
title
=
"<?php echo
$partner['name']
;?>"
target
=
"_blank"
>
<
div
class
="
img
-
box
">
<img src="
<?
php
echo
Lib_Images
::
getImageUrl
(
$partner
[
'pic'
],
'source'
,
'fragmentimg'
);
?>
" alt=""
style="width:153px;height:153px;"
>
<img src="
<?
php
echo
Lib_Images
::
getImageUrl
(
$partner
[
'pic'
],
'source'
,
'fragmentimg'
);
?>
" alt="">
</div>
</a>
</li>
...
...
Please
register
or
login
to post a comment