diff --git a/app/data/view/config/slider.html b/app/data/view/config/slider.html index 9342c17f3..a123706aa 100644 --- a/app/data/view/config/slider.html +++ b/app/data/view/config/slider.html @@ -3,7 +3,7 @@ {block name="content"}
-
轮播图管理(建议尺寸:690px 250px)
+
{$title|default='图片数据管理'}(建议尺寸:690px 250px)
@@ -23,18 +23,18 @@
@@ -69,7 +69,7 @@ }); setTimeout(initUpload, 100); })(); - /*! 轮播选项操作 */ + /*! 数据选项操作 */ $('[data-slider-box]').on('click', '[data-item-page]', function ($that) { $that = $(this), top.setCheckValue = function (value) { $that.prevAll('input').val(($that.data('prefix') + '#{v}').replace('{v}', value)); @@ -99,7 +99,7 @@ }); })(JSON.parse($('#DefaultData').val() || '[]') || []); - /*! 添加轮播项 */ + /*! 添加数据选项 */ function addItem(data) { this.$html = $($('[data-item-tpl]').html()); if (data) for (this.index in data) this.$html.find('[name^="' + this.index + '"]').val(data[this.index]);