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';