diff --git a/pages/API/modal/modal.uvue b/pages/API/modal/modal.uvue index 6c5a62f9698d82fc5be561ee6c77db2368a64bf5..3217ab3539fa4a7714596d3de8692fc35793888d 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,