提交 ade38a59 编写于 作者: 打打卡夫卡's avatar 打打卡夫卡

show-modal 展示文案调整

上级 299dcca8
......@@ -204,16 +204,14 @@
// 单次弹出前清空多次结果集合
this.timesShowRet = []
let cancelTextVal : string
let cancelTextVal : string|null = null
let cancelColorVal = ''
if (this.cancelTextSelect) {
cancelTextVal = "修改后的取消文本"
cancelColorVal = "#ff00ff"
} else {
cancelTextVal = "取消"
}
let confirmTextVal = '确定'
let confirmTextVal : string|null = null
let confirmColorVal = ''
if (this.confirmTextSelect) {
confirmTextVal = "修改后的确定文本"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册