Commit 988f2c290d41e19decce5d027602e028e49e255b
Exists in
master
and in
2 other branches
Merge branch 'master' of https://git.healthbaby.com.cn/luoye/littleapp_child
* 'master' of https://git.healthbaby.com.cn/luoye/littleapp_child: 经纬度 医院列表偏移问题
Showing 2 changed files
littleApp_child/pages/hospitalList/hospitalList.js
View file @
988f2c2
... | ... | @@ -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 |
littleApp_child/pages/hospitalList/hospitalList.wxss
View file @
988f2c2