首页
Javascript
Html
Css
Node.js
Electron
移动开发
小程序
工具类
服务端
浏览器相关
前端收藏
其他
关于
公司注册

Mint-ui this.$messagebox报 Uncaught (in promise) cancel

2018年11月16日 发布 阅读(2948) 作者:Jerman

Mint-ui this.$messagebox点取消时,报错:Uncaught (in promise) cancel

原因:

promise缺少catch

  1. this.$messagebox.confirm(
  2. "are you sure?",
  3. {
  4. title: "",
  5. closeOnClickModal: false
  6. }
  7. )
  8. .then(action => {})
  9. //别忘了catch
  10. .catch(() => {})
版权声明:本站文章除特别声明外,均采用署名-非商业性使用-禁止演绎 4.0 国际 许可协议,如需转载,请注明出处