Commit adb5dde6 by libai

测试

parent da205e64
Showing with 3 additions and 3 deletions
......@@ -9,7 +9,7 @@ var langList=[
]
//针对12266渠道推广
if(sessionStorage.pmt==12266){
if(sessionStorage.pmt==12266||sessionStorage.pmt==12267){
$(".video-list-box").hide()
$(".neck-nav-ul li").eq(3).hide()
$(".side-nav").remove()
......
......@@ -418,7 +418,7 @@
<script>
$(function(){
if(sessionStorage.pmt==12266){
if(sessionStorage.pmt==12266||sessionStorage.pmt==12267){
$(".top-box-ul li").eq(1).hide()
}
if(sessionStorage.lang!=2){
......@@ -471,7 +471,7 @@ $(function(){
//用户是否第一次进入
if(localStorage.oneGoing==undefined){
localStorage.oneGoing=1
if(sessionStorage.pmt==12266)return
if(sessionStorage.pmt==12266||sessionStorage.pmt==12267)return
layer.open({
type: 1,
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