Showing
1 changed file
with
1 additions
and
1 deletions
@@ -153,7 +153,7 @@ var Bll = { | @@ -153,7 +153,7 @@ var Bll = { | ||
153 | } | 153 | } |
154 | 154 | ||
155 | // 猜你喜欢(当数据来源是男与女的时候,tab名称必填) | 155 | // 猜你喜欢(当数据来源是男与女的时候,tab名称必填) |
156 | - if (module.contentData.template_name == 'collageBuyPrdList'){ | 156 | + if (module.contentData.template_name == 'guessLike'){ |
157 | if(module.contentData.data) { | 157 | if(module.contentData.data) { |
158 | module.contentData.data.forEach(function (item, i) { | 158 | module.contentData.data.forEach(function (item, i) { |
159 | if(item.preferChannel=='1' || item.preferChannel=='2'){ | 159 | if(item.preferChannel=='1' || item.preferChannel=='2'){ |
-
Please register or login to post a comment