Commit 82539a1bb0e384a3b5d22c2be8b71fb1a35f354f

Authored by yvan.ni
1 parent baf33021

提交订单页面,积分商品,优惠活动商品,团购商品按照普通商品进行购买

Showing 1 changed file with 3 additions and 0 deletions
pages/cart/cart2/cart2.js
... ... @@ -411,6 +411,9 @@ Page({
411 411  
412 412 switch (gd.prom_type){
413 413 case 0:
  414 + case 2:
  415 + case 3:
  416 + case 4:
414 417 case 6:
415 418 //--此时开始计算商品的使用券相关,如果有等级价还要计算和等级价相关的,
416 419 // 如果有优惠促销,还要把促销的部分计算在内,因为促销还有不能使用优惠券--
... ...