浇花器
This commit is contained in:
parent
da45ae50e3
commit
c283b869b7
|
@ -356,6 +356,20 @@
|
|||
})
|
||||
}
|
||||
})
|
||||
// uni.getLocation({
|
||||
// type: 'wgs84',
|
||||
// success: (res) => {
|
||||
|
||||
// },
|
||||
// fail: (err) => {
|
||||
// console.error('获取位置失败:', err);
|
||||
// uni.showToast({
|
||||
// title: '获取位置失败',
|
||||
// icon: 'none',
|
||||
// duration:2000
|
||||
// })
|
||||
// }
|
||||
// })
|
||||
// 请求个人信息
|
||||
this.getinfo()
|
||||
// 一进来每分钟发一次上传信息命令
|
||||
|
|
Loading…
Reference in New Issue
Block a user