替换svga
This commit is contained in:
@@ -76,8 +76,8 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
loadSVGA('ts700', './svga/ts700.svga');
|
||||
loadSVGA('ts350', './svga/ts350.svga');
|
||||
loadSVGA('ts70', './svga/ts70.svga');
|
||||
loadSVGA('zj700', './svga/zj210.svga');
|
||||
loadSVGA('zj350', './svga/zj350.svga');
|
||||
loadSVGA('zj700', './svga/zj350.svga');
|
||||
loadSVGA('zj350', './svga/zj210.svga');
|
||||
loadSVGA('zj70', './svga/zj70.svga');
|
||||
|
||||
loadSVGA('ts7', './svga/ts210.svga');
|
||||
@@ -129,7 +129,7 @@ function getConfig() {
|
||||
// 分区规则
|
||||
$('.rule .rule_in .box').html(res.data.partitionId == 2 ? langReplace(localLang.demoModule.arRule) : langReplace(localLang.demoModule.enRule));
|
||||
// 处理是否代理人
|
||||
res.data.rechargeUser ? $('.myBox').show() : $('.myBox').hide();
|
||||
res.data.rechargeUser ? $('.myBox').hide() : $('.myBox').show();
|
||||
// 处理倒计时
|
||||
countup(res.data.endTime - res.timestamp);
|
||||
// 处理顶部进度以及个人信息
|
||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user