Authored by 刘传洋

m

@@ -118,7 +118,9 @@ @@ -118,7 +118,9 @@
118 {{#if isNotReach}} 118 {{#if isNotReach}}
119 <a class="btn-clear blue" target="_blank" href="{{promotionPageUrl}}" data-together-id="1" >去凑单&nbsp;></a> 119 <a class="btn-clear blue" target="_blank" href="{{promotionPageUrl}}" data-together-id="1" >去凑单&nbsp;></a>
120 {{/if}} 120 {{/if}}
121 - <textarea data-role="gifts-cansel" class="hide" data-promotionid="{{promotionId}}">{{{giftGoodsListStr}}}</textarea> 121 +
  122 + {{> cart-sel-gift-tpl }}
  123 + <!--<textarea data-role="gifts-cansel" class="hide" data-promotionid="{{promotionId}}">{{{giftGoodsListStr}}}</textarea>-->
122 </p> 124 </p>
123 {{/promotionInfos}} 125 {{/promotionInfos}}
124 </div> 126 </div>
@@ -297,6 +297,11 @@ function renderAndShowSelWin($item, pinfo) { @@ -297,6 +297,11 @@ function renderAndShowSelWin($item, pinfo) {
297 var Cart = { 297 var Cart = {
298 addToCart: function(params) { 298 addToCart: function(params) {
299 299
  300 + $payWapper.find('.cart-item-check').each(function() {
  301 +
  302 + var $item = $(this);
  303 + var $chk = $item.find('.cart-item-check');
  304 + if ($chk.hasClass('cart-item-checked')) {
300 }, 305 },
301 toggleSelectOne: function() { // 单选 306 toggleSelectOne: function() { // 单选
302 307
@@ -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() {