Commit 9939fc55 authored by 卢均锐's avatar 卢均锐

chore: 在线竞价详情 最低报价记录 竞价排名0'-'

parent 42af0b13
......@@ -91,6 +91,8 @@ const LowestQuotationRecord: React.FC<TableCommonLayoutProps> = (props: any) =>
const _returnBadge = (number) => {
const _number = Number(number ?? 0);
switch (_number) {
case 0:
return '-';
case 1:
return <img src={level1} alt='第一名' />;
case 2:
......
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