Authored by whb

h5的show点击

@@ -129,7 +129,7 @@ define('mobile', function(require, exports) { @@ -129,7 +129,7 @@ define('mobile', function(require, exports) {
129 }; 129 };
130 130
131 exports.show = function() { 131 exports.show = function() {
132 - $(".layout-item").bind("tap", function() { 132 + $(".layout-item").bind("tap", function(event) {
133 var imageWidth = 320, 133 var imageWidth = 320,
134 imageHeight = 320; 134 imageHeight = 320;
135 $(this).find(".image-box .pic-tip").each(function() { 135 $(this).find(".image-box .pic-tip").each(function() {