Kaynağa Gözat

Merge branch 'master' of http://120.79.128.142:3000/904118851/tg_factory

904118851 8 ay önce
ebeveyn
işleme
96650cea7f
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      1_FILTER_FACTORY/FILTER_FACTORY.js

+ 2 - 0
1_FILTER_FACTORY/FILTER_FACTORY.js

@@ -131,6 +131,7 @@ function getChannel(start_page,platform_select){
             isOpenDianZhong = true
         }
     }
+    console.log("start_page:",start_page)
     // console.log("start_page:",isOpenHeiYan,isOpenFanQie,start_page)
     if(start_page=="pages/readPage/chapter?bookId"&&isOpenHeiYan){
         return "黑岩"
@@ -164,6 +165,7 @@ function parsePromotion(promotion,source_list,platform_select){
             let channel = getChannel(params['start_page'],platform_select)
             // console.log("source_list:",source_list,platform_select,channel)
             if(channel!=null){
+                console.log("channel:",channel)
                 let item_info = {}
                 item_info['book_id'] = params['bookId'];
                 item_info['channel'] = channel;