mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
first
This commit is contained in:
+5
-5
@@ -77,14 +77,14 @@
|
||||
<strong>App访问趋势</strong>
|
||||
</a>
|
||||
</li>
|
||||
<li data-selected="selected" class="" data-href="Event_section" id="module_Event_section">
|
||||
<!--li data-selected="selected" class="" data-href="Event_section" id="module_Event_section">
|
||||
<i class="icon"></i>
|
||||
<div class="tag alizarin">2</div>
|
||||
<a>
|
||||
<i class="icon bubble"></i>
|
||||
<strong>业务大盘</strong>
|
||||
</a>
|
||||
</li>
|
||||
</li-->
|
||||
<li data-selected="selected" class="" data-href="Problem_section" id="module_Problem_section">
|
||||
<i class="icon"></i>
|
||||
<div class="tag alizarin">8</div>
|
||||
@@ -110,7 +110,7 @@
|
||||
|
||||
|
||||
<div id="section_container"><!--页面容器--->
|
||||
<section id="App_section" class="active" data-transition="slideUp">
|
||||
<section id="App_section" class="" data-transition="slideUp" style="display: none;">
|
||||
<header>
|
||||
<nav class="left">
|
||||
<div class="alizarin" style=" width: 12px;height: 12px;position: absolute; right: 0px;top: 5px;border-radius: 6px;"></div>
|
||||
@@ -236,9 +236,9 @@
|
||||
<i class="icon checkbox-checked"></i>
|
||||
App访问趋势
|
||||
</li>
|
||||
<li data-icon="checkbox-checked" class="active" data-href="Event_section" data-icons="bubble">
|
||||
<li data-icon="checkbox-unchecked" class="" data-href="Event_section" data-icons="bubble">
|
||||
<span class="icon bubble"></span>
|
||||
<i class="icon checkbox-checked"></i>业务大盘
|
||||
<i class="icon checkbox-unchecked"></i>业务大盘
|
||||
</li>
|
||||
<li data-icon="checkbox-checked" data-href="Problem_section" data-icons="bell">
|
||||
<span class="icon bell"></span>
|
||||
|
||||
+5
-1
@@ -62,6 +62,10 @@ var App = (function() {
|
||||
'#about_section': 'remote/about_section.html'
|
||||
}
|
||||
});
|
||||
setTimeout(function(){
|
||||
$('#App_section').addClass("active").show();
|
||||
|
||||
},500)
|
||||
|
||||
};
|
||||
var page = function(id, factory) {
|
||||
@@ -248,7 +252,7 @@ $("#module_list").delegate("li","tap",function(){
|
||||
var href = $(this).data("href");
|
||||
var text = $(this).find("strong").text();
|
||||
if($(this).find(".alizarin").css("display")!=="none"){
|
||||
J.showToast("严重错误提示!!",'error',1000);
|
||||
J.showToast("您现在有["+$(this).find(".alizarin").html()+"]个错误警告!!",'error',1000);
|
||||
}
|
||||
|
||||
$(this).find(".alizarin").hide();
|
||||
|
||||
Reference in New Issue
Block a user