Commit a161f428 by Sweet Zhang

试别br标签让自我简介可以换行

parent f91b89c4
......@@ -40,9 +40,7 @@
<!--自我简介-->
<section class="bioIntro" *ngIf="userPractitionerInfo?.bioIntro">
<h4>自我简介</h4>
<p>
{{userPractitionerInfo?.bioIntro}}
</p>
<p [innerHtml]="userPractitionerInfo?.bioIntro"></p>
</section>
<!--联系方式-->
<section class="contact">
......
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