Commit 80f9cb46f2ad603666319ae1da7c426ebf880104

Authored by 泉州测试
1 parent 809a4e5a

fix去除多余数字

Showing 1 changed file with 1 additions and 1 deletions
pages/cart/cart/cart.js
@@ -1082,7 +1082,7 @@ Page({ @@ -1082,7 +1082,7 @@ Page({
1082 goods_id: e.service_id, 1082 goods_id: e.service_id,
1083 id: e.id, 1083 id: e.id,
1084 store_id: oo.stoid, 1084 store_id: oo.stoid,
1085 - is_pd_normal: a.is_pd_normal 1085 + is_pd_normal: e.is_pd_normal
1086 }; 1086 };
1087 if(e.prom_type) { 1087 if(e.prom_type) {
1088 s.prom_type = e.prom_type; 1088 s.prom_type = e.prom_type;