Commit b4aeb3345e1ee1ce091e0f75e3697914c2625bd0
1 parent
8272c00cd6
Exists in
master
and in
2 other branches
经纬度
Showing 1 changed file with 3 additions and 3 deletions
littleApp_child/pages/hospitalList/hospitalList.js
View file @
b4aeb33
| ... | ... | @@ -34,7 +34,7 @@ |
| 34 | 34 | onLoad: function (options) { |
| 35 | 35 | networkUtil.showLoading() |
| 36 | 36 | this.getUserLocation() |
| 37 | - this.requestData() | |
| 37 | + // this.requestData() | |
| 38 | 38 | }, |
| 39 | 39 | |
| 40 | 40 | onUnload:function(e){ |
| ... | ... | @@ -63,8 +63,8 @@ |
| 63 | 63 | console.log(res) |
| 64 | 64 | } |
| 65 | 65 | }) |
| 66 | - latitude = 115.52 | |
| 67 | - longitude = 38.23 | |
| 66 | + // latitude = 115.52 | |
| 67 | + // longitude = 38.23 | |
| 68 | 68 | }, |
| 69 | 69 | requestData() { |
| 70 | 70 | var self = this |