Authored by 郭成尧

gulpge

... ... @@ -7749,14 +7749,19 @@ if ($brandHeader.length > 0) {
var appVersion = $('input[name="app_version"]').val();
/* 如果是基础店铺,POST 的数据一样 */
if ($this.hasClass('coled')) {
postData = {
shop_id: id,
app_version: appVersion
app_version: appVersion,
opt: 'cancel'
};
if ($this.hasClass('coled')) {
postUrl = '/product/index/cancelShopFav';
} else {
postData = {
shop_id: id,
app_version: appVersion,
opt: 'ok'
};
postUrl = '/product/index/shopFav';
}
} else {
... ... @@ -9958,7 +9963,7 @@ document.addEventListener('touchmove', function(e) {
//window ready 后重新refresh iscroll
$(window).ready(function() {
// myScroll && myScroll.refresh();
myScroll && myScroll.refresh();
imgH = $('#nav-top').outerHeight();
nav1H = $('#nav').outerHeight();
main1H = $('#nav-main').height();
... ...
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.