if (modal === 'image') {
        if (type === 'collect') {
            counter.collectImageCount(optCount);
        } else if (type === 'decollect') {
            counter.collectImageCount(-optCount);