// Backend (data.js) import { fetch } from 'wix-fetch'; export function getCoupons() { const url = 'https://api.yoursite.com/coupons'; // Thay bằng URL API của bạn return fetch(url) .then(response => response.json()) .then(json => json.coupons) .catch(error => console.error('Error:', error)); } // Frontend (page code) import { getCoupons } from 'backend/data.js'; $w.onReady(function () { getCoupons().then(coupons => { $w("#repeater1").data = coupons; }); }); // Thiết lập Repeater $w.onReady(function () { $w("#repeater1").onItemReady(($item, itemData, index) => { $item("#text1").text = itemData.title; $item("#text2").text = itemData.description; $item("#button1").label = "Sử Dụng Mã"; $item("#button1").link = itemData.link; }); });
top of page

Special Offers

Bức tường bê tông
120x60_adidas.png
pni.png
168153226154ed999ebf72d60574fb4882d67e19e5.png
BIDV_RGB.png
puma.png
tiki_logo.png
1649215440_avatar_1649215440_edited.png
uniqlo_edited.png
Logo-TIKTOK.png
120x60-monkey.png
elsa-120x60.png
1682564626_avatar_1682564626.gif
mc-uae-en.png
120x60-unica.png
1608114451_azabook.png
1622103862_avatar_1622103862_edited.jpg
galaxy-120x60.png
logo+rs.gif
lazada.png
shopee.png
1655783509_avatar_1655783509.jpg
  • Youtube
  • Facebook - Black Circle
  • Duycf_int
bottom of page