mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]同步framework 代码
This commit is contained in:
parent
04e20af250
commit
023d30d0b2
@ -154,13 +154,15 @@ $(function () {
|
||||
$($this.data('input')).val(url).trigger('change');
|
||||
});
|
||||
});
|
||||
console.log('init')
|
||||
};
|
||||
// 在内容区显示视图
|
||||
this.show = function (html) {
|
||||
$(this.selecter).html(html);
|
||||
$([0, 500, 1000]).map(function (index, time) {
|
||||
setTimeout(that.reInit, time)
|
||||
});
|
||||
this.reInit($(this.selecter));
|
||||
setTimeout(function () {
|
||||
that.reInit($(that.selecter));
|
||||
}, 500);
|
||||
};
|
||||
// 以hash打开网页
|
||||
this.href = function (url, obj) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user