码迷,mamicode.com
首页 > 其他好文 > 详细

关于弹窗是点击空白还是自定义关闭 添加distinguishCancelAndClose:true属性即可

时间:2020-12-23 12:09:55      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:选择   style   his   shc   弹窗   代码   action   and   gui   

直接上代码

this.$confirm(‘请选择是否带图片‘,‘提示‘,{

confirmButtonText:"不带图片",

cancelButtonText:"带图片",

type:"waring",

distinguishCancelAndClose:true

}).then({}=>{})

.catch((action)=>{

if(action===‘cancel‘){}//判断是否是自定义关闭

})

关于弹窗是点击空白还是自定义关闭 添加distinguishCancelAndClose:true属性即可

标签:选择   style   his   shc   弹窗   代码   action   and   gui   

原文地址:https://www.cnblogs.com/zzm131400/p/14155260.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!