Authored by 周少峰

test dist

... ... @@ -8483,6 +8483,8 @@ var $subNav = $('.home-sub-nav'),
$shopId = $('input[name="shop_id"]').val(),
$appVersion = $('input[name="app_version"]').val();
var swiper;
var winH = $(window).height(),
noResult = '<p class="no-result">未找到相关搜索结果</p>';
... ... @@ -8766,9 +8768,9 @@ document.addEventListener('touchmove', function(e) {
e.preventDefault();
}, false);
if (!isIphone) {
/*if (!isIphone) {
return;
}
}*/
//window onload 后重新refresh iscroll
... ... @@ -9215,8 +9217,9 @@ function cancelShop() {
postCollect(qew);
}
$('#collect').bind('touchstart', function() {
$('#collect').on('touchstart', function(e) {
if ($('#collect').hasClass('alreadyCollect')) {
console.log(1)
cancelShop();
} else {
collectShop();
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.