Răsfoiți Sursa

去掉假数据

sunjuan 3 ani în urmă
părinte
comite
4d3d3061ec
1 a modificat fișierele cu 4 adăugiri și 168 ștergeri
  1. 4 168
      src/main/resources/static/main/tradingranking.html

+ 4 - 168
src/main/resources/static/main/tradingranking.html

@@ -264,173 +264,13 @@
 					loading: "",
 					// preData: ,
 					// 中心城区
-					coreList: [{
-						id: 'yz',
-						title: '渝中',
-						active: false
-						}, {
-						id: 'jb',
-						title: '江北',
-						active: false
-						}, {
-						id: 'yb',
-						title: '渝北',
-						active: false
-						}, {
-						id: 'na',
-						title: '南岸',
-						active: false
-						}, {
-						id: 'bb',
-						title: '北碚',
-						active: false
-						}, {
-						id: 'bn',
-						title: '巴南',
-						active: false
-						}, {
-						id: 'ddk',
-						title: '大渡口',
-						active: false
-						}, {
-						id: 'spb',
-						title: '沙坪坝',
-						active: false
-						}, {
-						id: 'jlp',
-						title: '九龙坡',
-						active: false
-						}, {
-						id: 'ljxq',
-						title: '两江新区',
-						active: false
-						}, {
-						id: 'gxq',
-						title: '高新区',
-						active: false
-					}, ],
+					coreList: [],
 					// 渝东北
-					northeastList: [{
-						id: 'fd',
-						title: '丰都',
-						active: false
-						}, {
-						id: 'dj',
-						title: '垫江',
-						active: false
-						}, {
-						id: 'wz',
-						title: '万州',
-						active: false
-						}, {
-						id: 'ws',
-						title: '巫山',
-						active: false
-						}, {
-						id: 'wx',
-						title: '巫溪',
-						active: false
-						}, {
-						id: 'yy',
-						title: '云阳',
-						active: false
-						}, {
-						id: 'fj',
-						title: '奉节',
-						active: false
-						}, {
-						id: 'ck',
-						title: '城口',
-						active: false
-						}, {
-						id: 'kz',
-						title: '开州',
-						active: false
-						}, {
-						id: 'zx',
-						title: '忠县',
-						active: false
-						}, {
-						id: 'lp',
-						title: '梁平',
-						active: false
-					}, ],
+					northeastList: [],
 					// 渝东南
-					southeastList: [{
-						id: 'qj',
-						title: '黔江',
-						active: false
-						}, {
-						id: 'wl',
-						title: '武隆',
-						active: false
-						}, {
-						id: 'xs',
-						title: '秀山',
-						active: false
-						}, {
-						id: 'sz',
-						title: '石柱',
-						active: false
-						}, {
-						id: 'qy',
-						title: '酉阳',
-						active: false
-						}, {
-						id: 'ps',
-						title: '彭水',
-						active: false
-					}],
+					southeastList: [],
 					// 都市新区
-					newList: [{
-						id: 'jj',
-						title: '江津',
-						active: false
-						}, {
-						id: 'hc',
-						title: '合川',
-						active: false
-						}, {
-						id: 'yc',
-						title: '永川',
-						active: false
-						}, {
-						id: 'dz',
-						title: '大足',
-						active: false
-						}, {
-						id: 'bs',
-						title: '璧山',
-						active: false
-						}, {
-						id: 'tl',
-						title: '铜梁',
-						active: false
-						}, {
-						id: 'tn',
-						title: '潼南',
-						active: false
-						}, {
-						id: 'rc',
-						title: '荣昌',
-						active: false
-						}, {
-						id: 'nc',
-						title: '南川',
-						active: false
-						}, {
-						id: 'cqj',
-						title: '綦江',
-						active: false
-						}, {
-						id: 'pl',
-						title: '涪陵',
-						active: false
-						}, {
-						id: 'cs',
-						title: '长寿',
-						active: false
-					}, ],
+					newList: [],
 					isShow: true,
 					// 区域一级选择
 					buxQu: false,
@@ -560,7 +400,6 @@
 							var Area=json.data.area;
 							
 							// 区域 中心城区
-							_this.coreList = [];
 							for (var i = 0; i < Area.zxcq.length; i++) {
 							    _this.coreList.push({
 							        id: index++,
@@ -572,7 +411,6 @@
 							}
 							
 							// 区域 都市新区
-							_this.newList = [];
 							for (var i = 0; i < Area.dsxq.length; i++) {
 							    _this.newList.push({
 							        id: index++,
@@ -584,7 +422,6 @@
 							}
 							
 							// 区域 渝东北
-							_this.northeastList = [];
 							for (var i = 0; i < Area.ydbq.length; i++) {
 							    _this.northeastList.push({
 							        id: index++,
@@ -596,7 +433,6 @@
 							}
 							
 							// 区域 渝东南
-							_this.southeastList = [];
 							for (var i = 0; i < Area.ydnq.length; i++) {
 							    _this.southeastList.push({
 							        id: index++,