You need to sign in or sign up before continuing.
提交 23279d92 编写于 作者: 杜庆泉's avatar 杜庆泉

修复 show-modal 示例 小程序平台不能弹出的问题

上级 897836f3
...@@ -208,6 +208,10 @@ ...@@ -208,6 +208,10 @@
if (this.cancelTextSelect) { if (this.cancelTextSelect) {
cancelTextVal = "修改后的取消文本" cancelTextVal = "修改后的取消文本"
cancelColorVal = "#ff00ff" cancelColorVal = "#ff00ff"
}else{
//#ifdef MP
cancelTextVal = "取消"
//#endif
} }
let confirmTextVal : string|null = null let confirmTextVal : string|null = null
...@@ -215,8 +219,11 @@ ...@@ -215,8 +219,11 @@
if (this.confirmTextSelect) { if (this.confirmTextSelect) {
confirmTextVal = "修改后的确定文本" confirmTextVal = "修改后的确定文本"
confirmColorVal = "#0ff" confirmColorVal = "#0ff"
}else{
//#ifdef MP
confirmTextVal = "确定"
//#endif
} }
let placeholderTextVal = '' let placeholderTextVal = ''
let contentVal = "弹窗内容,告知当前状态、信息和解决方法,描述文字尽量控制在三行内" let contentVal = "弹窗内容,告知当前状态、信息和解决方法,描述文字尽量控制在三行内"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册