|
@@ -142,37 +142,16 @@ $payWapper.on('click', '.cart-del-btn', function() { |
|
@@ -142,37 +142,16 @@ $payWapper.on('click', '.cart-del-btn', function() { |
142
|
|
142
|
|
143
|
// 凑单图片懒加载
|
143
|
// 凑单图片懒加载
|
144
|
var togetherDialog = {};
|
144
|
var togetherDialog = {};
|
145
|
-var dialogTpl = require('hbs/cart/cart-togetherGoods.hbs');
|
145
|
+// var dialogTpl = require('hbs/cart/cart-togetherGoods.hbs');
|
146
|
|
146
|
|
147
|
lazyLoad($('#details-html img'));
|
147
|
lazyLoad($('#details-html img'));
|
148
|
|
148
|
|
149
|
-/*$('.shop-cart').on('click', '.gift-sell .btn-clear', function() {
|
|
|
150
|
-
|
|
|
151
|
- var tid = $(this).attr('data-together-id');
|
|
|
152
|
- showTogetherGoods(tid);
|
|
|
153
|
-
|
|
|
154
|
-});*/
|
|
|
155
|
-
|
|
|
156
|
-// 凑单
|
|
|
157
|
-/*function showTogetherGoods(id) {
|
|
|
158
|
-
|
|
|
159
|
- if (!id) {
|
|
|
160
|
- return;
|
|
|
161
|
- }
|
|
|
162
|
-
|
|
|
163
|
- var dialog = togetherDialog[id];
|
|
|
164
|
- if (!dialog) {
|
|
|
165
|
- dialog = new Dialog({
|
|
|
166
|
- content: dialogTpl(),
|
|
|
167
|
- className: 'cart-togetherGoods'
|
|
|
168
|
- });
|
|
|
169
|
-
|
|
|
170
|
- togetherDialog[id] = dialog;
|
|
|
171
|
- }
|
|
|
172
|
-
|
|
|
173
|
- dialog.show();
|
|
|
174
|
-
|
|
|
175
|
-}*/
|
149
|
+}
|
|
|
150
|
+//凑单 顶部 轮播
|
|
|
151
|
+$('.side-img-dd').slider2({
|
|
|
152
|
+ isCircle: true,
|
|
|
153
|
+ shownum: 5
|
|
|
154
|
+});
|
176
|
|
155
|
|
177
|
// 凑单弹框 详情切换
|
156
|
// 凑单弹框 详情切换
|
178
|
$('body').on('click', '.piclist li', function() {
|
157
|
$('body').on('click', '.piclist li', function() {
|
|
@@ -262,25 +241,25 @@ $('body').on('click', '.cut, .add', function() { |
|
@@ -262,25 +241,25 @@ $('body').on('click', '.cut, .add', function() { |
262
|
|
241
|
|
263
|
// 凑单弹框 商品信息弹出框,加入收藏夹
|
242
|
// 凑单弹框 商品信息弹出框,加入收藏夹
|
264
|
$cartGoodsDetail.on('click', '.btn-favCount', function() {
|
243
|
$cartGoodsDetail.on('click', '.btn-favCount', function() {
|
265
|
- // $.ajax({
|
|
|
266
|
- // type: 'POST',
|
|
|
267
|
- // dataType: 'json',
|
|
|
268
|
- // url: '',
|
|
|
269
|
- // data: {
|
|
|
270
|
- // productId: productId,
|
|
|
271
|
- // type: 'add'
|
|
|
272
|
- // }
|
|
|
273
|
- // }).then(function(d) {
|
|
|
274
|
- // if (d.code === 200) {
|
|
|
275
|
- // new Alert(d.message).show();
|
|
|
276
|
- // } else if (d.code === 403) {
|
|
|
277
|
- // if (d.data.url) {
|
|
|
278
|
- // window.location = d.data.url;
|
|
|
279
|
- // }
|
|
|
280
|
- // } else {
|
|
|
281
|
- // new Alert(d.message).show();
|
|
|
282
|
- // }
|
|
|
283
|
- // });
|
244
|
+ $.ajax({
|
|
|
245
|
+ type: 'POST',
|
|
|
246
|
+ dataType: 'json',
|
|
|
247
|
+ url: '',
|
|
|
248
|
+ data: {
|
|
|
249
|
+ productId: productId,
|
|
|
250
|
+ type: 'add'
|
|
|
251
|
+ }
|
|
|
252
|
+ }).then(function(d) {
|
|
|
253
|
+ if (d.code === 200) {
|
|
|
254
|
+ new Alert(d.message).show();
|
|
|
255
|
+ } else if (d.code === 403) {
|
|
|
256
|
+ if (d.data.url) {
|
|
|
257
|
+ window.location = d.data.url;
|
|
|
258
|
+ }
|
|
|
259
|
+ } else {
|
|
|
260
|
+ new Alert(d.message).show();
|
|
|
261
|
+ }
|
|
|
262
|
+ });
|
284
|
});
|
263
|
});
|
285
|
|
264
|
|
286
|
|
265
|
|
|
@@ -294,7 +273,7 @@ $('.shop-cart').on('click', '.gift-sell .btn-clear', function() { |
|
@@ -294,7 +273,7 @@ $('.shop-cart').on('click', '.gift-sell .btn-clear', function() { |
294
|
});
|
273
|
});
|
295
|
|
274
|
|
296
|
// 购物车列表 显示
|
275
|
// 购物车列表 显示
|
297
|
-
|
276
|
+/*
|
298
|
function showPromotion(id) {
|
277
|
function showPromotion(id) {
|
299
|
|
278
|
|
300
|
if (!id) {
|
279
|
if (!id) {
|
|
@@ -313,7 +292,7 @@ function showPromotion(id) { |
|
@@ -313,7 +292,7 @@ function showPromotion(id) { |
313
|
|
292
|
|
314
|
dialog.show();
|
293
|
dialog.show();
|
315
|
|
294
|
|
316
|
-}
|
295
|
+}*/
|
317
|
|
296
|
|
318
|
// 购物车列表 大小图切换
|
297
|
// 购物车列表 大小图切换
|
319
|
$('body').on('click', '.piclist li', function() {
|
298
|
$('body').on('click', '.piclist li', function() {
|