Commit 07de9c77 authored by guang.wu's avatar guang.wu

feat: 添加付款状态

parent 5d1ae101
...@@ -8,6 +8,7 @@ export const payStateEnum = { ...@@ -8,6 +8,7 @@ export const payStateEnum = {
3: { text: '已通过' }, 3: { text: '已通过' },
4: { text: '待打款' }, 4: { text: '待打款' },
5: { text: '已打款' }, 5: { text: '已打款' },
6: { text: '打款中' },
}; };
export const orderStateNum = { export const orderStateNum = {
......
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