1
0
mirror of https://gitee.com/zhc02/timely_service.git synced 2025-06-17 10:55:24 +08:00
This commit is contained in:
柏尘 2019-12-18 17:35:28 +08:00
parent 487321479c
commit 60e5df59e9

View File

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