$(function () { $('.e_bottomNav-47 .p_level1Box .p_level1Item').find('.p_level2Box').parents('.p_level1Item').addClass('open'); });// JavaScript Document $(()=>{ let body = $("body"); if(isFrontEnv()) { body.addClass("cn"); } else { body.addClass("cn-make"); } }); $("a.backtop").click(function() { $("body, html").stop().animate({ "scrollTop": 0 }); }); $(".el-row[data-v-d98503f2] .el-button.el-button--default").children("span").text("Logout"); $(".item[data-v-d98503f2] .el-button.el-button--text").eq(2).children("span").text("Change"); $(function(){ var title = $(".item.active a[data-v-7f3da7f4]").text(); var bread = $('
' + title + '
'); $("#app > .app-wrapper[data-v-4c87ef4b]").before(bread); }) $(function(){ $(".order-link[data-v-b7088b2a] .link-item[data-v-b7088b2a]").eq(1).children("p").text("Confirm Receipt"); }) $(window).scroll(function(){ if ($(window).scrollTop() > 30) { $("#c_navigation_0061635239687823").addClass("active"); }else{ $("#c_navigation_0061635239687823").removeClass("active"); } })