...
|
...
|
@@ -37,7 +37,7 @@ class cartModel extends global.yoho.BaseModel { |
|
|
|
|
|
// 是否需要重新计算
|
|
|
let needReComputer = orderInfoCookie && !_.isEmpty(orderInfoCookie) &&
|
|
|
(orderInfoCookie.yohoCoin || orderInfoCookie.user_check_coupon === 'Y');
|
|
|
(orderInfoCookie.yohoCoin || orderInfoCookie.user_check_coupon === 'Y' || orderInfoCookie.gift_card_code);
|
|
|
|
|
|
if (needReComputer) {
|
|
|
orderInfoCookie.paymentType = orderInfoCookie.paymentType ? orderInfoCookie.paymentType : '';
|
...
|
...
|
|