正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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, |
-
请 注册 或 登录 后发表评论