Commit d1d96f94 by dabai

xx

parent cb69eac1
Showing with 3 additions and 3 deletions
...@@ -52,12 +52,12 @@ ...@@ -52,12 +52,12 @@
<div class="main"> <div class="main">
<p></p> <p></p>
</div> </div>
<script type="text/javascript" src="https://app.ixiulive.com/static/js/jquery-3.1.1.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">
var $p = document.getElementsByTagName('p')[0];
if(url_get_params().lang == 2 || url_get_params().lang == 0){ if(url_get_params().lang == 2 || url_get_params().lang == 0){
$('.main p').html('由於您當前版本過低,剛錯過了用戶的禮物,請升級到最新版本。') $p.innerHTML = '由於您當前版本過低,剛錯過了用戶的禮物,請升級到最新版本。';
} else { } else {
$('.main p').html('You just missed gifts from users because of low version, please update the application to the latest version.') $p.innerHTML ='You just missed gifts from users because of low version, please update the application to the latest version.';
} }
function url_get_params() { function url_get_params() {
var url = location.href; var url = location.href;
......
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