diff --git a/WebRoot/view/jrgl/xtgl/share.html b/WebRoot/view/jrgl/xtgl/share.html
index 9826c93c..5e1876e5 100644
--- a/WebRoot/view/jrgl/xtgl/share.html
+++ b/WebRoot/view/jrgl/xtgl/share.html
@@ -132,7 +132,7 @@
type: 'post',
success: function (result) {
if (result.success) {
- layer.msg("共享成功!", {
+ layer.msg("保存成功!", {
icon: 1,
time: 1300
}, function () {
diff --git a/WebRoot/view/jrgl/xtgl/subscribe.html b/WebRoot/view/jrgl/xtgl/subscribe.html
index ff4ae140..ea9db85c 100644
--- a/WebRoot/view/jrgl/xtgl/subscribe.html
+++ b/WebRoot/view/jrgl/xtgl/subscribe.html
@@ -136,7 +136,7 @@
type: 'post',
success: function (result) {
if (result.success) {
- layer.msg("订阅成功!", {
+ layer.msg("保存成功!", {
icon: 1,
time: 1300
}, function () {