From 3842d9355507af60dc9fa61adf1773c2dcffe034 Mon Sep 17 00:00:00 2001 From: duqingquan Date: Fri, 30 Jun 2023 17:09:28 +0800 Subject: [PATCH] =?UTF-8?q?modal=20=E6=B8=AC=E8=A9=A6=E8=AA=BF=E6=95=B4?= 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 f6e160be..6bf63d3d 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