Commit c1af1bbf0bf3bd44c36e3fdf1a4e1457e77228db

Authored by liuqimichale
1 parent 0e4267c2

shouye

js/common/unit.js
@@ -7,15 +7,26 @@ @@ -7,15 +7,26 @@
7 */ 7 */
8 8
9 sysComm = { 9 sysComm = {
  10 + // sysCode: '1001',//系统编码
  11 + // cityId:91,//市id
  12 + // provId:5,//省id
  13 + // cityName:'赤峰市',//城市
  14 + // areaName:'赤峰市红山区',
  15 + // point_lng:118.917132,//赤峰市万达广场经度
  16 + // point_lat:42.255586,//赤峰市万达广场纬度(118.917132,42.255586)
  17 + // centerpoint_lng:118.967899,//热点区域中心点
  18 + // centerpoint_lat:42.279838,//维多利购物广场坐标(118.967899,42.279838)
  19 + // grantType: 'PASSWORD',//授权模式
  20 + // clientType: 'WEB'//客户端类型
10 sysCode: '1001',//系统编码 21 sysCode: '1001',//系统编码
11 - cityId:91,//市id  
12 - provId:5,//省id  
13 - cityName:'赤峰市',//城市  
14 - areaName:'赤峰市红山区',  
15 - point_lng:118.917132,//赤峰市万达广场经度  
16 - point_lat:42.255586,//赤峰市万达广场纬度(118.917132,42.255586)  
17 - centerpoint_lng:118.967899,//热点区域中心点  
18 - centerpoint_lat:42.279838,//维多利购物广场坐标(118.967899,42.279838) 22 + cityId:309,//市id
  23 + provId:23,//省id
  24 + cityName:'眉山市',//城市
  25 + areaName:'眉山市东坡区',
  26 + point_lng:103.839461,//赤峰市万达广场经度
  27 + point_lat:30.044922,//赤峰市万达广场纬度(118.917132,42.255586)
  28 + centerpoint_lng:103.839461,//热点区域中心点
  29 + centerpoint_lat:30.044922,//维多利购物广场坐标(118.967899,42.279838)
19 grantType: 'PASSWORD',//授权模式 30 grantType: 'PASSWORD',//授权模式
20 clientType: 'WEB'//客户端类型 31 clientType: 'WEB'//客户端类型
21 } 32 }
js/pagejs/index.js
@@ -202,10 +202,10 @@ @@ -202,10 +202,10 @@
202 radar: 202 radar:
203 { 203 {
204 indicator: [ 204 indicator: [
205 - {text: '红山区', max: 100},  
206 - {text: '松山区', max: 100},  
207 - {text: '元宝山区', max: 100},  
208 - {text: '其他', max: 100} 205 + {text: '', max: 100},
  206 + {text: '', max: 100},
  207 + {text: '', max: 100},
  208 + {text: '', max: 100}
209 ], 209 ],
210 name: { 210 name: {
211 textStyle: { 211 textStyle: {
@@ -291,7 +291,7 @@ @@ -291,7 +291,7 @@
291 } 291 }
292 ] 292 ]
293 }; 293 };
294 - radarechart.setOption(radar_echart_option,true); 294 + // radarechart.setOption(radar_echart_option,true);
295 295
296 296
297 //左中柱图bar_l_echart 297 //左中柱图bar_l_echart