...
|
...
|
@@ -30,6 +30,7 @@ var $chosePanel = $('#chose-panel'), |
|
|
cbFn,
|
|
|
cartType,
|
|
|
$allChoseItems,
|
|
|
queryString,
|
|
|
$yohoPage = $('.yoho-page');
|
|
|
|
|
|
//初始化购物车面板显示
|
...
|
...
|
@@ -39,6 +40,7 @@ function init() { |
|
|
hasChooseColor = false;
|
|
|
hasChooseSize = false;
|
|
|
$curSizeBlock = null;
|
|
|
queryString = $.queryString();
|
|
|
$imgsThumb = $('.chose-panel').find('.thumb');
|
|
|
$allChoseItems = $('.chose-items');
|
|
|
$sizeRowList = $('.size-list ul');
|
...
|
...
|
@@ -324,7 +326,7 @@ $yohoPage.on('touchstart', '.btn-minus', function() { |
|
|
buyNumber: buyNumber,
|
|
|
promotionId: promotionId,
|
|
|
isEdit: isEdit,
|
|
|
cartType: cartType
|
|
|
cartType: queryString.cartType
|
|
|
}
|
|
|
}).done(function(res) {
|
|
|
loading.hideLoadingMask();
|
...
|
...
|
|