From 393e45ceaea11952d3b496b34b6fe67d9b9199ae Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Sat, 27 Jul 2024 22:13:00 +0800 Subject: [PATCH] =?UTF-8?q?test(modal):=20=E6=94=BE=E5=BC=80=20ios=2014.5?= =?UTF-8?q?=20=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/show-modal/show-modal.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/API/show-modal/show-modal.test.js b/pages/API/show-modal/show-modal.test.js index f000207e..cd62c65c 100644 --- a/pages/API/show-modal/show-modal.test.js +++ b/pages/API/show-modal/show-modal.test.js @@ -6,7 +6,6 @@ describe('API-loading', () => { if ( platformInfo.indexOf('15.5') != -1 || - platformInfo.indexOf('14.5') != -1 || platformInfo.indexOf('13.7') != -1 || platformInfo.indexOf('12.4') != -1 ) { -- GitLab