Lili Records v1.18
This commit is contained in:
parent
f092b56f05
commit
4271b89b9e
BIN
assets/pasted-20260130-182834-0516740b.jpg
Normal file
BIN
assets/pasted-20260130-182834-0516740b.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
@ -91,7 +91,7 @@
|
||||
<p class="text-secondary mb-4">Escanea el código con <strong>Transfermóvil</strong> para realizar una transferencia y solicitar tu tema favorito.</p>
|
||||
|
||||
<div class="qr-container-wrapper p-3 bg-white d-inline-block rounded-4 shadow-sm mb-4">
|
||||
<div id="transfer-qr" class="qr-code"></div>
|
||||
<img src="/assets/pasted-20260130-182834-0516740b.jpg" alt="QR Transferencia" class="img-fluid rounded-2" style="max-width: 250px;">
|
||||
</div>
|
||||
|
||||
<div class="mt-2 mb-4">
|
||||
@ -188,7 +188,6 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
const audio = document.getElementById('audio-player');
|
||||
@ -207,17 +206,6 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
let currentMetadataUrl = '';
|
||||
let metadataInterval = null;
|
||||
|
||||
// QR Generation
|
||||
const qrData = "ETECSA|TRANSFERMOVIL|TRANSFER|9227959879036585|||";
|
||||
new QRCode(document.getElementById("transfer-qr"), {
|
||||
text: qrData,
|
||||
width: 200,
|
||||
height: 200,
|
||||
colorDark : "#000000",
|
||||
colorLight : "#ffffff",
|
||||
correctLevel : QRCode.CorrectLevel.H
|
||||
});
|
||||
|
||||
function fetchMetadata() {
|
||||
if (!currentMetadataUrl) return;
|
||||
|
||||
|
||||
BIN
staticfiles/pasted-20260130-182834-0516740b.jpg
Normal file
BIN
staticfiles/pasted-20260130-182834-0516740b.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
Loading…
x
Reference in New Issue
Block a user