Authored by biao

有货币页面我可能喜欢bug修复

... ... @@ -5,7 +5,7 @@
*/
function getGender() {
return window.cookie('_Channel');
return window.cookie('_Channel') || 'boys';
}
require('../home/maybe-like')(getGender());
... ...