|
|
@@ -9,7 +9,7 @@ $.ajax({
|
|
9
|
9
|
},
|
|
10
|
10
|
success: function(data) {
|
|
11
|
11
|
if(data.state.toLowerCase() == 'success') {
|
|
12
|
|
- if(data.data.groname == '客服组') {
|
|
|
12
|
+ if(data.data.groname == '思念组') {
|
|
13
|
13
|
//console.log(data.data.groname)
|
|
14
|
14
|
$('.customerService').show();
|
|
15
|
15
|
$('.market').remove();
|