charles_c 6 months ago
parent
commit
888e4cd218
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/personal-center/page.jsx

+ 1 - 1
src/app/personal-center/page.jsx

@@ -228,7 +228,7 @@ const PersonalCenter = () => {
                   />
                 </div>
               )}
-              <p>{activity.title}</p>
+              <p dangerouslySetInnerHTML={{ __html: activity.title }}></p>
             </Link>
           ))}
         </div>