xyf.city.three.js 198 B

123456789101112
  1. var cityData3;
  2. myAjax({
  3. type:"get",
  4. async: false,
  5. dataType:"json",
  6. url:"/common/loadDistrictData",
  7. success:function(response){
  8. if(response.result==1){
  9. cityData3 = response.para;
  10. }
  11. }
  12. });