Authored by 石坚

修改灰度咨询500错误

@@ -222,7 +222,7 @@ const _getRelatedData = (idList) => { @@ -222,7 +222,7 @@ const _getRelatedData = (idList) => {
222 222
223 _.forEach(result.data.product_list, function(data) { 223 _.forEach(result.data.product_list, function(data) {
224 224
225 - if(data){ 225 + if (data) {
226 productList.push({ 226 productList.push({
227 name: data.product_name, 227 name: data.product_name,
228 price: data.sales_price, 228 price: data.sales_price,