| | |
| | | |
| | | this.dataQuery = []; |
| | | this.objArr = []; |
| | | this.pointrange = 2000; |
| | | this.pointrange = 6000; |
| | | for (var i = 0; i < length; i++) { |
| | | var world = keyWorld[i].word; |
| | | if (world.indexOf('奔驰') > -1) { |
| | | if(world == '奔驰')return |
| | | if (world.indexOf('奔驰公司') > -1) { |
| | | world = '奔驰'; |
| | | this.pointrange = 12000 |
| | | } else if (world.indexOf('京东') > -1) { |
| | |
| | | world = '机器人' |
| | | } else if (world.indexOf('汽车') > -1) { |
| | | world = '汽车' |
| | | }else if (world.indexOf('园') > -1) { |
| | | |
| | | }else if (world.indexOf('博大') > -1 && world.indexOf('博大大厦') == -1){ |
| | | world = '博大' |
| | | } else{ |
| | | continue |
| | | } |
| | | |
| | | this.setFuzzyQueryData(world, i, length - 1); |
| | | } |
| | | } |