رمز الاستجابة السريعة
تحميل ...
<النص البرمجي>
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
window.location.href = 'https://app.simplesellerapps.com/i/' + urlParams.get('qr');