Blame view

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