cart.page.js 164 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 var $ = require('yoho-jquery'); $(function() { // 关闭info-bar $('.info-bar .close').on('click', function() { $('.info-bar').hide(); }); });