back-mobile-new.page.js 160 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 require('scss/passport/back-mobile-new.page.scss'); import $ from 'yoho-jquery'; import MobileNew from './back/mobile-new'; $(() => { new MobileNew(); });