Commit ace2aa24 by libai

测试

parent 0b2b6843
...@@ -1231,6 +1231,10 @@ ...@@ -1231,6 +1231,10 @@
$(".appName").text('Mewo Live') $(".appName").text('Mewo Live')
$(".e-mall").text('erwinbejw@gmail.com') $(".e-mall").text('erwinbejw@gmail.com')
} }
if(getRequest().appname=='com.yz.madou.android'){
$(".appName").text('MeeU Live')
$(".e-mall").text('cartjyq@gmail.com')
}
if (sessionStorage.lang == 0 || sessionStorage.lang == 2) { if (sessionStorage.lang == 0 || sessionStorage.lang == 2) {
$("title").text('隱私協議'); $("title").text('隱私協議');
// $(".lang-cn").show(); // $(".lang-cn").show();
......
...@@ -188,6 +188,9 @@ ...@@ -188,6 +188,9 @@
if(getRequest().appname=='com.mewo.android'){ if(getRequest().appname=='com.mewo.android'){
$(".appName").text('Mewo Live') $(".appName").text('Mewo Live')
} }
if(getRequest().appname=='cartjyq@gmail.com'){
$(".appName").text('MeeU Live')
}
</script> </script>
</body> </body>
......
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