This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
app 考勤打卡
黑艺新账号
yxq
1 year ago
parent
ed17c5650d
commit
14d751599e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AttendanceCard/list.vue
+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AttendanceCard/list.vue
View File
@@ -200,7 +200,7 @@
}
new BMapGL.Convertor().translate([res], 3, 5, data => {
if(res.status = 0){
alert(res.points[0].lng)
alert(res.points[0].lng
+ '' + res.points[0].lat
)
resolve(res.points[0])
}else{
resolve(false)
Write
Preview
Loading…
Cancel
Save