Authored by whb

修改h5 bug

@@ -238,7 +238,7 @@ define('yohood', function(require, exports) { @@ -238,7 +238,7 @@ define('yohood', function(require, exports) {
238 $(".show-wrap .image-box").bind("click", function(){ 238 $(".show-wrap .image-box").bind("click", function(){
239 showNone($(this)); 239 showNone($(this));
240 }); 240 });
241 - $(".img-zoom").bind("mousemove", function() { 241 + $(".img-zoom img").bind("mousemove", function() {
242 showLabel($(this), 480, 480, 0, 0); 242 showLabel($(this), 480, 480, 0, 0);
243 }); 243 });
244 $(".show-wrap .image-box").bind("mousemove", function() { 244 $(".show-wrap .image-box").bind("mousemove", function() {
@@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
14 <li> 14 <li>
15 <a href="<?php echo $partner['url'];?>" title="<?php echo $partner['name'];?>" target="_blank"> 15 <a href="<?php echo $partner['url'];?>" title="<?php echo $partner['name'];?>" target="_blank">
16 <div class="img-box"> 16 <div class="img-box">
17 - <img src="<?php echo Lib_Images::getImageUrl($partner['pic'], 'source','fragmentimg'); ?>" alt="" style="width:153px;height:153px;"> 17 + <img src="<?php echo Lib_Images::getImageUrl($partner['pic'], 'source','fragmentimg'); ?>" alt="">
18 </div> 18 </div>
19 </a> 19 </a>
20 </li> 20 </li>