9.20 多轮招募 购买招募文件状态缺失4

This commit is contained in:
jl-zhoujl2
2022-09-20 18:29:10 +08:00
parent 53940f64ce
commit fce96cf10e

View File

@ -20,6 +20,7 @@ const orderState = {
0: '未支付', 0: '未支付',
1: '支付中', 1: '支付中',
2: '已支付', 2: '已支付',
4: '确认到账',
} }
const IParticipate: React.FC = () => { const IParticipate: React.FC = () => {