Showing
1 changed file
with
1 additions
and
1 deletions
@@ -219,7 +219,7 @@ exports.orderSub = (uid, addressId, cartType, deliveryTime, | @@ -219,7 +219,7 @@ exports.orderSub = (uid, addressId, cartType, deliveryTime, | ||
219 | // 购买套餐商品需要的数据 | 219 | // 购买套餐商品需要的数据 |
220 | if (activityInfo) { | 220 | if (activityInfo) { |
221 | params.activity_id = activityInfo.activity_id; | 221 | params.activity_id = activityInfo.activity_id; |
222 | - params.product_sku_list = activityInfo.product_sku_list; // TODO 检查 JSON 是否正常 | 222 | + params.product_sku_list = JSON.stringify(activityInfo.product_sku_list); |
223 | } | 223 | } |
224 | 224 | ||
225 | // 友盟有关信息的传递 | 225 | // 友盟有关信息的传递 |
-
Please register or login to post a comment