vue 部分
JS 部分
let interval;
export default {
data() {
return {
numRice:'',//判断打卡之间距离
interval:null,//销毁事件
latitude: 39.753174,
longitude: 116.34263,
covers: [
{
id: 1,
title: '1', // String
latitude: 39.753174,
longitude: 116.34263,
iconPath: '/static/index/xld.png'
}, {
id: 2,
title: '2', // String
latitude: 39.75753,
longitude: 116.349005,
iconPath: '/static/index/xld.png'
},
{