popup 延迟显示

This commit is contained in:
luchenqun 2018-04-02 15:47:26 +08:00
parent 2c947d233c
commit f5d3e63498
1 changed files with 4 additions and 2 deletions

View File

@ -543,8 +543,10 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim
getTags({});
}
});
$('.js-tag-label .ui.label .icon').popup();
setTimeout(() => {
$('.js-tag-label .ui.label .icon').popup();
}, 3000);
function clickCmp(a, b) {
var click1 = parseInt(a.click_count);