Commit adb5dde6 by libai

测试

parent da205e64
Showing with 3 additions and 3 deletions
...@@ -9,7 +9,7 @@ var langList=[ ...@@ -9,7 +9,7 @@ var langList=[
] ]
//针对12266渠道推广 //针对12266渠道推广
if(sessionStorage.pmt==12266){ if(sessionStorage.pmt==12266||sessionStorage.pmt==12267){
$(".video-list-box").hide() $(".video-list-box").hide()
$(".neck-nav-ul li").eq(3).hide() $(".neck-nav-ul li").eq(3).hide()
$(".side-nav").remove() $(".side-nav").remove()
......
...@@ -418,7 +418,7 @@ ...@@ -418,7 +418,7 @@
<script> <script>
$(function(){ $(function(){
if(sessionStorage.pmt==12266){ if(sessionStorage.pmt==12266||sessionStorage.pmt==12267){
$(".top-box-ul li").eq(1).hide() $(".top-box-ul li").eq(1).hide()
} }
if(sessionStorage.lang!=2){ if(sessionStorage.lang!=2){
...@@ -471,7 +471,7 @@ $(function(){ ...@@ -471,7 +471,7 @@ $(function(){
//用户是否第一次进入 //用户是否第一次进入
if(localStorage.oneGoing==undefined){ if(localStorage.oneGoing==undefined){
localStorage.oneGoing=1 localStorage.oneGoing=1
if(sessionStorage.pmt==12266)return if(sessionStorage.pmt==12266||sessionStorage.pmt==12267)return
layer.open({ layer.open({
type: 1, type: 1,
title: false, title: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment