Commit a161f428 by Sweet Zhang

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

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