Commit 45fd33f3 authored by 郭志伟's avatar 郭志伟

fix(coupontype): 优惠券类型添加现金券

parent 7eea647a
...@@ -7,10 +7,15 @@ const couponTypeList: object[] = [ ...@@ -7,10 +7,15 @@ const couponTypeList: object[] = [
id: 2, id: 2,
name: '运费券', name: '运费券',
}, },
{
id: 3,
name: '现金券',
},
{ {
id: 21, id: 21,
name: '享花券', name: '享花券',
}, },
]; ];
const receiverTypeList: object[] = [ const receiverTypeList: object[] = [
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment