|
@@ -89,9 +89,9 @@ Page({
|
|
|
content: '',
|
|
|
showCancel: true,//是否显示取消按钮
|
|
|
cancelText:"取消",//默认是“取消”
|
|
|
- cancelColor:'#000',//取消文字的颜色
|
|
|
+ cancelColor:'#00000',//取消文字的颜色
|
|
|
confirmText:"确定",//默认是“确定”
|
|
|
- confirmColor: '#000',//确定文字的颜色
|
|
|
+ confirmColor: '#00000',//确定文字的颜色
|
|
|
success: res => {if (res.cancel) {
|
|
|
//点击取消,默认隐藏弹框
|
|
|
} else {
|