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
case 0:
return '/index/operationChatUserNum';
case 1:
return '/index/operationUserPhoneNum';
return '/index/operationChatUserNumV2';
case 2:
return '/index/operationUserPhoneNum';
case 3:
......@@ -89,7 +89,7 @@ define(['doT', 'text!temp/operational_dataList_template_tpl.html', 'css!style/ho
type: 'GET',
url: operating.switchUrl(),
data: params,
timeout: 30000,
timeout: 60000,
dataType: 'json',
beforeSend: function() {},
success: function(data) {
......
......@@ -19,7 +19,7 @@
[% for(var item in it){ %]
<tr>
<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>
[% } %]
......
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