Authored by whb

h5的show点击

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