change payment number
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
totalPrice = 0,
|
totalPrice = 0,
|
||||||
onConfirmPayment = () => {}
|
onConfirmPayment = () => {}
|
||||||
} = $props();
|
} = $props();
|
||||||
const phoneNumber = '+7 (999) 123-45-67'; // Замените на ваш номер
|
const phoneNumber = '+7 (987) 194-97-30'; // Замените на ваш номер
|
||||||
let copySuccess = $state(false);
|
let copySuccess = $state(false);
|
||||||
async function copyPhoneNumber() {
|
async function copyPhoneNumber() {
|
||||||
const cleanNumber = phoneNumber.replace(/[^0-9+]/g, '');
|
const cleanNumber = phoneNumber.replace(/[^0-9+]/g, '');
|
||||||
|
|||||||
Reference in New Issue
Block a user