popup 延迟显示
This commit is contained in:
parent
2c947d233c
commit
f5d3e63498
|
|
@ -543,8 +543,10 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim
|
||||||
getTags({});
|
getTags({});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.js-tag-label .ui.label .icon').popup();
|
setTimeout(() => {
|
||||||
|
$('.js-tag-label .ui.label .icon').popup();
|
||||||
|
}, 3000);
|
||||||
|
|
||||||
function clickCmp(a, b) {
|
function clickCmp(a, b) {
|
||||||
var click1 = parseInt(a.click_count);
|
var click1 = parseInt(a.click_count);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue