From e6a4794b3779444c164e58d512044d5af138db97 Mon Sep 17 00:00:00 2001 From: duqingquan Date: Fri, 30 Jun 2023 17:09:54 +0800 Subject: [PATCH] =?UTF-8?q?modal=20=E8=AD=A6=E5=91=8A=E8=AA=BF=E6=95=B4+1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/modal/modal.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/API/modal/modal.uvue b/pages/API/modal/modal.uvue index 6bf63d3d..f6e160be 100644 --- a/pages/API/modal/modal.uvue +++ b/pages/API/modal/modal.uvue @@ -98,7 +98,7 @@ }, modalTap: function () { - let cancelTextVal + let cancelTextVal = '' let cancelColorVal = '' if(this.cancelTextSelect){ cancelTextVal = "修改后的取消文本" -- GitLab