Commit 1248e1a790b4154869b1aaf897be47f8a5b7c0d2
1 parent
782c609d
如果有普通购买的字段都要记录
Showing
1 changed file
with
6 additions
and
0 deletions
packageE/pages/cart/cart2/cart2.js
... | ... | @@ -4896,6 +4896,12 @@ Page({ |
4896 | 4896 | 'store_id': oo.stoid, |
4897 | 4897 | }; |
4898 | 4898 | |
4899 | + if (g_item.is_pd_normal) { | |
4900 | + goods.is_pd_normal = 1; | |
4901 | + } | |
4902 | + if (g_item.is_integral_normal) { | |
4903 | + goods.is_integral_normal = 1; | |
4904 | + } | |
4899 | 4905 | |
4900 | 4906 | if (getApp().globalData.skinface_id) { |
4901 | 4907 | goods.skinface_id = getApp().globalData.skinface_id; | ... | ... |