Commit 988f2c290d41e19decce5d027602e028e49e255b

Authored by luoye

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
1 1 .area_name {
2 2 font-size: 12px;
3 3 color: #999;
4   - width: 100%;
  4 + width: calc(100%-15px);
5 5 padding-top: 3px;
6 6 padding-bottom: 2px;
7 7 padding-left: 10px;
... ... @@ -13,6 +13,7 @@
13 13 background: #fff;
14 14 height: 58px;
15 15 line-height: 58px;
  16 +
16 17 }
17 18  
18 19 .icon {