From 0047ce6102ea16f43705b780a0deada328601fe8 Mon Sep 17 00:00:00 2001 From: qiang Date: Fri, 17 Jan 2020 11:19:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20app-v3=20=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=83=85=E5=86=B5=E7=BB=84=E4=BB=B6=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84=20Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/uni-app-plus/dist/service.runtime.esm.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/uni-app-plus/dist/service.runtime.esm.js b/packages/uni-app-plus/dist/service.runtime.esm.js index 569e529b5..e79e649e2 100644 --- a/packages/uni-app-plus/dist/service.runtime.esm.js +++ b/packages/uni-app-plus/dist/service.runtime.esm.js @@ -5639,8 +5639,10 @@ function insertBefore() { } -function removeChild() { - +function removeChild(node, child) { + if (child && child._$vd) { + child._$vd.removeElement(child); + } } function appendChild() { -- GitLab