首页 > 其他 > 详细

cube-ui中弹窗

时间:2018-11-07 10:06:43      阅读:1054      评论:0      收藏:0      [点我收藏+]
      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中弹窗

原文:https://www.cnblogs.com/huanhuan55/p/9920547.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!