From a2a90440aa4dd7da3c957df3bf0210fe3b2e502e Mon Sep 17 00:00:00 2001 From: duqingquan Date: Fri, 30 Jun 2023 16:29:19 +0800 Subject: [PATCH] =?UTF-8?q?modal=20=E9=BB=98=E8=AE=A4=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=96=87=E6=9C=AC=E7=9A=84=E6=A1=88=E4=BE=8B?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/modal/modal.uvue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/API/modal/modal.uvue b/pages/API/modal/modal.uvue index 6c5a62f9..3217ab35 100644 --- a/pages/API/modal/modal.uvue +++ b/pages/API/modal/modal.uvue @@ -103,6 +103,8 @@ if(this.cancelTextSelect){ cancelTextVal = "修改后的取消文本" cancelColorVal = "#ff00ff" + }else{ + cancelTextVal = "取消" } let confirmTextVal = '确定' @@ -119,6 +121,7 @@ contentVal = "" } + uni.showModal({ title: this.items[this.current].value, -- GitLab