Authored by 刘传洋

degrade guang

... ... @@ -313,7 +313,7 @@ const getHotTags = (page, limit, channel, isDegrade) => {
limit: limit || 10
};
if(isDegrade) {
if (isDegrade) {
return null;
}
... ... @@ -346,7 +346,7 @@ const getAds = (channelType, isDegrade) => {
let contentCode = ADS_CODE[channelType] || ADS_CODE.boys;
if(isDegrade) {
if (isDegrade) {
return null;
}
... ...