自动折扣优化
This commit is contained in:
@@ -323,6 +323,10 @@ export default {
|
|||||||
this.$api
|
this.$api
|
||||||
.get("course/v1/scheme/page")
|
.get("course/v1/scheme/page")
|
||||||
.then(res => {
|
.then(res => {
|
||||||
|
res.Data.unshift({
|
||||||
|
'Id':-1,
|
||||||
|
'Name':'专项优惠'
|
||||||
|
});
|
||||||
this.productDiscounts= res.Data;
|
this.productDiscounts= res.Data;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user