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

interface

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