mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -100,6 +100,7 @@ async takePicture() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.capturedImage = await this.convertBlobToBase64(blob);
|
this.capturedImage = await this.convertBlobToBase64(blob);
|
||||||
|
this.capturedImageTitle = new Date().getTime() + '.jpeg';
|
||||||
|
|
||||||
//console.log(this.capturedImage);
|
//console.log(this.capturedImage);
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<div class="main-header">
|
<div class="main-header">
|
||||||
<div class="header-top">
|
<div class="header-top">
|
||||||
<div class="middle" *ngFor="let users of dmUsers">
|
<div class="middle" *ngFor="let users of dmUsers">
|
||||||
<ion-label class="title">{{users.name}}</ion-label>
|
<ion-label class="title">{{users.name}}11</ion-label>
|
||||||
<span><ion-icon class="{{users.status}}" name="ellipse"></ion-icon></span>
|
<span><ion-icon class="{{users.status}}" name="ellipse"></ion-icon></span>
|
||||||
</div>
|
</div>
|
||||||
<div hidden class="right">
|
<div hidden class="right">
|
||||||
|
|||||||
@@ -27,7 +27,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container-title py-10 hide-desktop">Fotografia Anexada</div>
|
|
||||||
|
|
||||||
<div class="picture d-flex pb-5 hide-desktop" *ngIf="publication.FileBase64 && capturedImage ==''">
|
<div class="picture d-flex pb-5 hide-desktop" *ngIf="publication.FileBase64 && capturedImage ==''">
|
||||||
<div class="post-img">
|
<div class="post-img">
|
||||||
@@ -40,7 +39,6 @@
|
|||||||
<div class="flex-grow-1 d-flex align-center justify-end">
|
<div class="flex-grow-1 d-flex align-center justify-end">
|
||||||
<div style="color: red;">X</div>
|
<div style="color: red;">X</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="capturedImage != ''" class="ion-item-container-no-border">
|
<div *ngIf="capturedImage != ''" class="ion-item-container-no-border">
|
||||||
|
|||||||
@@ -105,6 +105,7 @@ export class NewPublicationPage implements OnInit {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.capturedImage = await this.convertBlobToBase64(blob);
|
this.capturedImage = await this.convertBlobToBase64(blob);
|
||||||
|
this.capturedImageTitle = new Date().getTime() + '.jpeg';
|
||||||
|
|
||||||
//console.log(this.capturedImage);
|
//console.log(this.capturedImage);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user