延长一个timer
This commit is contained in:
parent
e154f2b543
commit
584a58496b
|
|
@ -279,7 +279,6 @@ app.controller('bookmarksCtr', ['$scope', '$state', '$stateParams', '$filter', '
|
||||||
$scope.loadBusy = false;
|
$scope.loadBusy = false;
|
||||||
} else if (params.showStyle == 'costomTag') {
|
} else if (params.showStyle == 'costomTag') {
|
||||||
$scope.costomTags.forEach((tag) => {
|
$scope.costomTags.forEach((tag) => {
|
||||||
console.log('tag', tag)
|
|
||||||
if (tag.clicked) {
|
if (tag.clicked) {
|
||||||
$scope.updateCostomTagBookmarks(tag.index)
|
$scope.updateCostomTagBookmarks(tag.index)
|
||||||
}
|
}
|
||||||
|
|
@ -316,7 +315,7 @@ app.controller('bookmarksCtr', ['$scope', '$state', '$stateParams', '$filter', '
|
||||||
$('.js-bookmark-dropdown' + ' .field.item').removeClass('active selected');
|
$('.js-bookmark-dropdown' + ' .field.item').removeClass('active selected');
|
||||||
$('.js-field-' + $scope.showStyle).addClass('active selected');
|
$('.js-field-' + $scope.showStyle).addClass('active selected');
|
||||||
}
|
}
|
||||||
}, 100)
|
}, 1000)
|
||||||
}
|
}
|
||||||
|
|
||||||
function transition() {
|
function transition() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue