diff --git a/pages/cart/cart/cart.js b/pages/cart/cart/cart.js index f99e5f2..12ac42f 100644 --- a/pages/cart/cart/cart.js +++ b/pages/cart/cart/cart.js @@ -1082,6 +1082,7 @@ Page({ goods_id: e.service_id, id: e.id, store_id: oo.stoid, + is_pd_normal: a.is_pd_normal }; if(e.prom_type) { s.prom_type = e.prom_type; @@ -1113,7 +1114,7 @@ Page({ id: a.id, goods_id: a.service_id, store_id: oo.stoid, - is_pd_normal: a. is_pd_normal + is_pd_normal: a.is_pd_normal }; if(a.prom_type) { e.prom_type = a.prom_type; @@ -1153,7 +1154,7 @@ Page({ id: a.id, goods_id: a.service_id, store_id: oo.stoid, - is_pd_normal: a. is_pd_normal + is_pd_normal: a.is_pd_normal }; this.postCardList_ser(e, t.currentTarget.dataset.item, t.currentTarget.dataset.pitems);