dev #14328 Добавить префикс в формирование QR: remove +
This commit is contained in:
parent
cff512c561
commit
24edd456db
@ -15,7 +15,7 @@
|
||||
<div class="guest-card__qr" (click)="qrCodeClick()">
|
||||
<ng-container *ngIf="customerInfo">
|
||||
<qr-code
|
||||
[value]="customerInfo?.phone || 'Данные не найдены'"
|
||||
[value]="customerInfo?.phone?.substr(1) || 'Данные не найдены'"
|
||||
[margin]="0"
|
||||
[size]="qrCodeSize"
|
||||
errorCorrectionLevel="H"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user