...
|
...
|
@@ -204,7 +204,7 @@ define('mobile', function(require, exports) { |
|
|
};
|
|
|
|
|
|
exports.show = function() {
|
|
|
$(".layout-item").bind("tap", function(event) {
|
|
|
$(".layout-item").bind("click", function(event) {
|
|
|
if ($(this).attr("isopen") == 1) {
|
|
|
$(this).find(".image-box .pic-tip").each(function() {
|
|
|
$(this).css({
|
...
|
...
|
@@ -239,4 +239,4 @@ define('mobile', function(require, exports) { |
|
|
window.location.href = $(this).val();
|
|
|
})
|
|
|
};
|
|
|
}); |
|
|
\ No newline at end of file |
|
|
}); |
...
|
...
|
|