Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2018-05-22 13:03:16 +0800
Commit
1135c5dcbabf94986115f88024e1245d8d0e9b95
1 parent
76a68398
fixed:tf-goods组件修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
public/vue/component/product/exposure/exposure-item.vue
public/vue/component/product/exposure/exposure-item.vue
View file @
1135c5d
...
...
@@ -43,11 +43,9 @@
PRD_SKN: this.productSkn // 商品SKN (可选)
};
_.each(param, (v, k) => {
if (param.k === '') {
delete param[k];
}
});
if (param.P_PARAM === '') {
delete param.P_PARAM;
}
this.$parent.addIntoWaiting(param);
}
...
...
Please
register
or
login
to post a comment