From 279032b4c1fe612003b0ad549f7fb622f58159b5 Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期日, 04 八月 2024 17:51:11 +0800 Subject: [PATCH] Merge branch 'master' of http://highdatas.com:9000/r/promotion/promotion_html --- js/control.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/js/control.js b/js/control.js index a0c6421..1a54350 100644 --- a/js/control.js +++ b/js/control.js @@ -413,6 +413,10 @@ } } } + + if (item.option && item.option.closecallback) { + item.option.closecallback(); + } }, removeItemLeft: function(item) { -- Gitblit v1.8.0