currency-new.js 209 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 /** * 新有货币界面 * @author: 赵彪<bill.zhao@yoho.cn> * @date: 2015/12/30 */ function getGender() { return window.cookie('_Channel') || 'boys'; } require('../home/maybe-like')(getGender());