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
-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