From b4aeb3345e1ee1ce091e0f75e3697914c2625bd0 Mon Sep 17 00:00:00 2001 From: xianghenggang Date: Wed, 13 Sep 2017 17:41:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E7=BA=AC=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- littleApp_child/pages/hospitalList/hospitalList.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/littleApp_child/pages/hospitalList/hospitalList.js b/littleApp_child/pages/hospitalList/hospitalList.js index 104ce2a..b86ecb1 100644 --- a/littleApp_child/pages/hospitalList/hospitalList.js +++ b/littleApp_child/pages/hospitalList/hospitalList.js @@ -34,7 +34,7 @@ Page({ onLoad: function (options) { networkUtil.showLoading() this.getUserLocation() - this.requestData() + // this.requestData() }, onUnload:function(e){ @@ -63,8 +63,8 @@ Page({ console.log(res) } }) - latitude = 115.52 - longitude = 38.23 + // latitude = 115.52 + // longitude = 38.23 }, requestData() { var self = this -- 1.8.3.1