cube-ui中弹窗

Posted huanhuan55

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cube-ui中弹窗相关的知识,希望对你有一定的参考价值。

      if (!this.surname) {
        this.$createDialog({
          type: "alert",
          icon: "cubeic-close",
          showClose: true,
          content: this.$t("message.errInputSurname"),
          onClose: () => {
            this.$createToast({
              type: "warn",
              time: 2000,
              txt: this.$t("message.Close")
            }).show();
          }
        }).show();
        return;
      }

 

以上是关于cube-ui中弹窗的主要内容,如果未能解决你的问题,请参考以下文章

layui 中弹窗的时候关闭当前页面并刷新

jeecg中弹出窗操作标签dgOpenOpt的用法

从堆栈中弹出特定片段并删除其他片段

jeecg3.7中弹出窗操作标签dgOpenOpt的用法

layer.js 中弹框显示不全的问题

使用 cube-ui 提供的脚手架进行项目创建