@@ -58,4 +58,5 @@ invoke(function (App $app) {
return json(['code' => 0, 'info' => '演示环境禁止修改用户密码!']);
});
}
+
@@ -42,5 +42,4 @@
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
</div>
</form>
- <script>form.render()</script>
</fieldset>
@@ -92,7 +92,5 @@
<button class="layui-btn layui-btn-danger" type='button' data-confirm="确定要取消修改吗?" data-close>取消修改</button>
-
@@ -103,7 +103,6 @@
<script>
- layui.form.render();
layui.form.on('select(SiteTheme)', function (data) {
var alls = '', prox = 'layui-layout-theme-', curt = prox + data.value;
$(data.elem.options).map(function () {
@@ -26,7 +26,6 @@
$('form#theme input[name=site_theme]').on('click', function () {
var alls = '', that = this, prox = 'layui-layout-theme-', curt = prox + that.value;
$('form#theme input[name=site_theme]').map(function () {
@@ -78,7 +78,6 @@
{block name='script'}
require(['jquery.autocompleter'], function () {
$('[name="icon"]').on('change', function () {
$(this).parent().next().find('i').get(0).className = this.value
@@ -56,5 +56,3 @@
-<script>form.render()</script>
@@ -62,6 +62,4 @@
-</fieldset>
+</fieldset>