/* Js for , Version=1775714026 */
 v.theme = {"template":"mobile","theme":"default","device":"mobile"};;v.pageID = 2;;
;var Tbody=document.querySelector("#block10 .table tbody");

    Tbody.innerHTML="<tr><th>官方网站</th><td><a href='/'>www.yejiatg.com</a></td></tr>"+Tbody.innerHTML+
    "<tr><th>淘宝商城</th><td><a href='http://www.linksail.top' target='_blank'>www.linksail.top</a></td></tr>"+
    "<tr><th>光电事业部</th><td><a href='http://www.yjoptics.com' target='_blank'>www.yjoptics.com</a></td></tr>"+
    "<tr><th>硅胶事业部</th><td><a href='http://www.yjgd888.com' target='_blank'>www.yjgd888.com</a></td></tr>";;$().ready(function() { $('#execIcon').click(function(){ $('#execInfoBar').toggle();});}); ;$(function()
{
    $('.nav-page-' + v.pageID).first().addClass('active');
});
/*设置导航栏*/
var WINw=window.screen.width,UL=document.querySelector("#appnav .nav"),Ali=document.querySelectorAll("#appnav .nav li");
var Liwid=(WINw-4)/4;
for(var i=0;i<Ali.length;i++){
    Ali[i].style.width=Liwid+"px";
}
/*设置登录(无连接后台,只是简单地标签内容对比)*/
var Vip=document.querySelector("#topbarBox li:first-child a");
var login=Vip.innerHTML;
var bodyPT=document.getElementsByClassName("with-appbar-top")[0];
/*if(login!=="登录"){
    bodyPT.style.paddingTop="128px";
    Ali[4].style.display="block";
}*/
var YJZS=document.querySelector(".nav .nav-article-25 a");
YJZS.onclick=function(){
    if(login==="登录"){
        window.location.href="/user-login.html";
        return false;
    }
}
