@@ -387,7 +387,7 @@ const handleTagType = (tagType) => {
if (status === 0) {
return "审核中";
}
- return "已完成";
+ return "已认证";
return "待触发"