From 60e5df59e9cde79d1a3d4c783a74f4c7f06460d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=8F=E5=B0=98?= Date: Wed, 18 Dec 2019 17:35:28 +0800 Subject: [PATCH] core --- application/admin/view/kefu/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/view/kefu/index.html b/application/admin/view/kefu/index.html index 36df28d..5269707 100644 --- a/application/admin/view/kefu/index.html +++ b/application/admin/view/kefu/index.html @@ -233,7 +233,7 @@ type: 1, title: (mUser ? '修改' : '添加') + '客服', area: ['500px', '400px'], - content:mUser?$('#modelUserUpdate').html():$('#savePassword').html(), + content:mUser?$('#modelUserUpdate').html():$('#modelUser').html(), success: function (layero, dIndex) { $(layero).children('.layui-layer-content').css('overflow', 'visible'); var url = mUser ? '/updateKefu' : '/addKefu';