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

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