diff --git a/api/api.js b/api/api.js index da4c185..dbca900 100644 --- a/api/api.js +++ b/api/api.js @@ -123,6 +123,7 @@ const config = { url: '/clock/project/list', method: 'GET', auth : true, + showLoading : true, }, // 设置项目经纬度 clockProjectLocation: { diff --git a/manifest.json b/manifest.json index 191c879..8705619 100644 --- a/manifest.json +++ b/manifest.json @@ -60,9 +60,6 @@ "permission" : { "scope.userLocation" : { "desc" : "你的位置信息将用于小程序位置接口的效果展示" - }, - "scope.userFuzzyLocation" : { - "desc" : "你的位置信息将用于小程序位置接口的效果展示" } }, "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ], diff --git a/pages/subPack/projectManage/projectManage.vue b/pages/subPack/projectManage/projectManage.vue index c9dd9bf..2ba1ddb 100644 --- a/pages/subPack/projectManage/projectManage.vue +++ b/pages/subPack/projectManage/projectManage.vue @@ -33,7 +33,7 @@ - 维度: + 纬度: {{ item.lat }}