This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
clockIn-wechat-uniapp-241018
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
对接接口
master
前端-胡立永
2 months ago
parent
3701b8bb09
commit
afe41c97ce
3 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
api/api.js
+0
-3
manifest.json
+1
-1
pages/subPack/projectManage/projectManage.vue
+ 1
- 0
api/api.js
View File
@ -123,6 +123,7 @@ const config = {
url
:
'/clock/project/list'
,
method
:
'GET'
,
auth
:
true
,
showLoading
:
true
,
}
,
// 设置项目经纬度
clockProjectLocation
:
{
+ 0
- 3
manifest.json
View File
@ -60,9 +60,6 @@
"permission"
:
{
"scope.userLocation"
:
{
"desc"
:
"你的位置信息将用于小程序位置接口的效果展示"
}
,
"scope.userFuzzyLocation"
:
{
"desc"
:
"你的位置信息将用于小程序位置接口的效果展示"
}
}
,
"requiredPrivateInfos"
:
[
"chooseLocation"
,
"getLocation"
]
,
+ 1
- 1
pages/subPack/projectManage/projectManage.vue
View File
@ -33,7 +33,7 @@
<
/
view
>
<
view
class
=
"Work-List"
>
<
view
class
=
"label"
>
维
度
:
纬
度
:
<
/
view
>
<
view
class
=
"text"
>
{
{
item
.
lat
}
}
Write
Preview
Loading…
Cancel
Save