Authored by 梁志锋

update

framework @ 119c247f
Subproject commit 75bbc3b075de19f239532f60c5995d06c5f814e2
Subproject commit 119c247f5cf929aa1e059e40609bb16dd6b58f05
... ...
... ... @@ -15,11 +15,12 @@ var $loading,
// 初始化
function init($container) {
var html = '<div class="loading-mask hide"><div class="loading"></div></div>';
hasInit = true;
if ($container === undefined) {
$container = $page;
}
var html = '<div class="loading-mask hide"><div class="loading"></div></div>';
$container.append(html);
... ...