|
|
@@ -134,12 +134,12 @@
|
|
|
</script>
|
|
|
<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
- // var baseUrl = 'https://test.androidscloud.com'
|
|
|
+ // var baseUrl = 'https://per.cs.se.androidscloud.com'
|
|
|
let timer,flag = true;
|
|
|
var url = window.location.href;
|
|
|
url = url.split('/')
|
|
|
var loc = window.location.search,
|
|
|
- n1 = loc.length,//地址的总长度
|
|
|
+ n1 = loc.length,//地址的总长度
|
|
|
n2 = loc.indexOf("="),//取得=号的位置
|
|
|
id = loc.substr(n2 + 1, n1 - n2),//从=号后面的内容
|
|
|
u = navigator.userAgent,
|
|
|
@@ -452,7 +452,7 @@
|
|
|
$('.join-result-tip').eq(0).css('opacity', '0');
|
|
|
$('.many-card-wrap').eq(0).css('marginTop', '0');
|
|
|
}
|
|
|
- let text = notReceive > 0?'确定':'查看';
|
|
|
+ let text = parseInt(notReceive) > 0?'确定':'查看';
|
|
|
$('.look-btn').eq(0).text(text);
|
|
|
$('.award-result-wrap').eq(0).append(str);
|
|
|
init();
|