Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hongweigao
2016-10-14 13:23:17 +0800
Commit
68dde2834cca85da62f447cc373fdb3dc2f18e4e
1 parent
989620f0
+备注
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/students.js
apps/product/models/students.js
View file @
68dde28
...
...
@@ -238,7 +238,7 @@ exports.getStudentsList = (params, channel) => {
// 获取商品数据和顶部筛选条件
if
(
result
[
2
].
code
===
200
)
{
//删掉student_price,不让页面显示
_
.
forEach
(
result
[
2
].
data
.
product_list
,
goods
=>
{
delete
goods
.
student_price
;
});
...
...
Please
register
or
login
to post a comment