Blame view

public/js/cart/select-giftcard.page.js 213 Bytes
郭成尧 authored
1 2 3 4 5 6 7 8
require('cart/select-giftcard.page.css');
import $ from 'yoho-jquery';
import SelectGiftCard from './cartbuynow/select-giftcard';
import order from 'cart/order-info';

$(() => {
    new SelectGiftCard(order);
});