4.2提交

This commit is contained in:
zoujiandong
2026-04-02 11:30:39 +08:00
parent 5f9a346960
commit 5d31c3658b
11 changed files with 208 additions and 74 deletions
-2
View File
@@ -924,8 +924,6 @@ function createNativePopup() {
nativeMaskView.value.addEventListener('touchstart', handleMaskClick, false);
nativePopupView.value.addEventListener('click', handlePanelClick, false);
nativePopupView.value.addEventListener('touchstart', handlePanelClick, false);
nativePopupView.value.addEventListener('touchend', handlePanelClick, false);
// #endif
}