Showing
1 changed file
with
1 additions
and
1 deletions
@@ -238,7 +238,7 @@ exports.getStudentsList = (params, channel) => { | @@ -238,7 +238,7 @@ exports.getStudentsList = (params, channel) => { | ||
238 | 238 | ||
239 | // 获取商品数据和顶部筛选条件 | 239 | // 获取商品数据和顶部筛选条件 |
240 | if (result[2].code === 200) { | 240 | if (result[2].code === 200) { |
241 | - | 241 | + //删掉student_price,不让页面显示 |
242 | _.forEach(result[2].data.product_list, goods => { | 242 | _.forEach(result[2].data.product_list, goods => { |
243 | delete goods.student_price; | 243 | delete goods.student_price; |
244 | }); | 244 | }); |
-
Please register or login to post a comment