Commit e2c3b4b6 by zeyang

删除冲突信息

parent f49c9c29
...@@ -55,15 +55,12 @@ ...@@ -55,15 +55,12 @@
<div class="picItem introduction" *ngIf="this.uploadType=='introduction'"> <div class="picItem introduction" *ngIf="this.uploadType=='introduction'">
<div style="height: 30px;font-size: 20px;margin-bottom: 20px;">自我介绍</div> <div style="height: 30px;font-size: 20px;margin-bottom: 20px;">自我介绍</div>
<<<<<<< HEAD
<textarea class="form-control" rows="10" [(ngModel)]="settingInfo.bioIntro" placeholder="赶紧介绍一下你自己吧!" <textarea class="form-control" rows="10" [(ngModel)]="settingInfo.bioIntro" placeholder="赶紧介绍一下你自己吧!"
maxlength="200" style="border: none;" (keydown)="controlWord($event)"></textarea> maxlength="200" style="border: none;" (keydown)="controlWord($event)"></textarea>
<span class="maxWord">{{ 200- (settingInfo.bioIntro)?.length}}</span> <span class="maxWord">{{ 200- (settingInfo.bioIntro)?.length}}</span>
=======
<textarea class="form-control" name="bioInfo" rows="10" [(ngModel)]="settingInfo.bioIntroTwo" placeholder="赶紧介绍一下你自己吧!" <textarea class="form-control" name="bioInfo" rows="10" [(ngModel)]="settingInfo.bioIntroTwo" placeholder="赶紧介绍一下你自己吧!"
maxlength="200" style="border: none;" (keydown)="controlWord($event)"></textarea> maxlength="200" style="border: none;" (keydown)="controlWord($event)"></textarea>
<span class="maxWord">{{ 200- (settingInfo.bioIntroTwo)?.length}}</span> <span class="maxWord">{{ 200- (settingInfo.bioIntroTwo)?.length}}</span>
>>>>>>> dev
<div class="saveBtn" (click)="mySettingSave()">确定</div> <div class="saveBtn" (click)="mySettingSave()">确定</div>
</div> </div>
......
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