Merge branch '20220920-标书费线下支付成功,无法下载标书' into 'release_20220923'

9.23 标书费线下支付成功,无法下载标书

See merge request eshop/fe_service_ebtp_frontend!5
This commit is contained in:
jl-zhoujl2
2022-09-23 07:54:57 +00:00

View File

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