Authored by 刘传洋

degrade guang

@@ -313,7 +313,7 @@ const getHotTags = (page, limit, channel, isDegrade) => { @@ -313,7 +313,7 @@ const getHotTags = (page, limit, channel, isDegrade) => {
313 limit: limit || 10 313 limit: limit || 10
314 }; 314 };
315 315
316 - if(isDegrade) { 316 + if (isDegrade) {
317 return null; 317 return null;
318 } 318 }
319 319
@@ -346,7 +346,7 @@ const getAds = (channelType, isDegrade) => { @@ -346,7 +346,7 @@ const getAds = (channelType, isDegrade) => {
346 346
347 let contentCode = ADS_CODE[channelType] || ADS_CODE.boys; 347 let contentCode = ADS_CODE[channelType] || ADS_CODE.boys;
348 348
349 - if(isDegrade) { 349 + if (isDegrade) {
350 return null; 350 return null;
351 } 351 }
352 352