Commit a3af5479 authored by agping's avatar agping

运营数据 添加 微聊用户 分部门

parent ce44e3af
...@@ -45,7 +45,7 @@ define(['doT', 'text!temp/operational_dataList_template_tpl.html', 'css!style/ho ...@@ -45,7 +45,7 @@ define(['doT', 'text!temp/operational_dataList_template_tpl.html', 'css!style/ho
case 0: case 0:
return '/index/operationChatUserNum'; return '/index/operationChatUserNum';
case 1: case 1:
return '/index/operationUserPhoneNum'; return '/index/operationChatUserNumV2';
case 2: case 2:
return '/index/operationUserPhoneNum'; return '/index/operationUserPhoneNum';
case 3: case 3:
...@@ -89,7 +89,7 @@ define(['doT', 'text!temp/operational_dataList_template_tpl.html', 'css!style/ho ...@@ -89,7 +89,7 @@ define(['doT', 'text!temp/operational_dataList_template_tpl.html', 'css!style/ho
type: 'GET', type: 'GET',
url: operating.switchUrl(), url: operating.switchUrl(),
data: params, data: params,
timeout: 30000, timeout: 60000,
dataType: 'json', dataType: 'json',
beforeSend: function() {}, beforeSend: function() {},
success: function(data) { success: function(data) {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
[% for(var item in it){ %] [% for(var item in it){ %]
<tr> <tr>
<td class="text-center">[%= it[item]['district_name'] %]</td> <td class="text-center">[%= it[item]['district_name'] %]</td>
<td class="text-center">[%= it[item]['user_phone_num'] %]</td> <td class="text-center">[%= it[item]['chat_user_num'] %]</td>
</tr> </tr>
[% } %] [% } %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment