作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

interface

... ... @@ -315,7 +315,7 @@
art.dialog({
title: false,
icon: 'question',
content: msg ? msg : '确定要删除吗?',
content: msg ? msg : '确定要进行这项操作吗?',
follow: $_this,
close: function () {
$_this.focus(); //关闭时让触发弹窗的元素获取焦点
... ...
... ... @@ -328,7 +328,7 @@
msg = $this.data('msg');
href = href ? href : $this.attr('href');
noty({
text: msg ? msg : '确定要删除吗?',
text: msg ? msg : '确定要进行这项吗?',
type: 'confirm',
layout: "center",
timeout: false,
... ...