From 647b285800852d01167a0360f4880770bc00984f Mon Sep 17 00:00:00 2001 From: duqingquan Date: Sat, 8 Jul 2023 15:17:22 +0800 Subject: [PATCH] =?UTF-8?q?modal=20=E7=A4=BA=E4=BE=8B=E9=81=BF=E5=85=8D?= =?UTF-8?q?=E8=AF=AD=E6=B3=95=E5=91=8A=E8=AD=A6?= 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 31473876..9167fe80 100644 --- a/pages/API/modal/modal.uvue +++ b/pages/API/modal/modal.uvue @@ -98,7 +98,7 @@ }, modalTap: function () { - let cancelTextVal = '' + let cancelTextVal:string let cancelColorVal = '' if(this.cancelTextSelect){ cancelTextVal = "修改后的取消文本" -- GitLab