Commit 460b88f4 by libai

测试

parent 422b2bdd
Showing with 3 additions and 1 deletions
......@@ -20,7 +20,7 @@
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="../css/login.css?v=2023053101">
<link rel="stylesheet" href="css/index.css?v=20220630">
<link rel="stylesheet" href="css/index.css?v=2023060101">
<script src="https://accounts.google.com/gsi/client" async defer></script>
<script src="lib/hello.js"></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
......@@ -90,6 +90,8 @@ $(function(){
}
console.log(sessionStorage.lang)
if(sessionStorage.lang!=2){
$("body").addClass("vipBody"+sessionStorage.lang+"")
$(".vip-bottom").attr("src","images/vip-bottom-en.png")
$(".vip66").html(vipLangList[sessionStorage.lang].vip66)
$(".vip67").html(vipLangList[sessionStorage.lang].vip67)
$(".vip68").html(vipLangList[sessionStorage.lang].vip68)
......
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