暂存
This commit is contained in:
@@ -22,6 +22,9 @@ const useLocationStore = defineStore("location", () => {
|
||||
const count = ref(0)
|
||||
|
||||
function getLocation() { // 获取经纬度两个平台
|
||||
// #ifndef H5
|
||||
const lightAppJssdk = {}
|
||||
// #endif
|
||||
return new Promise((resole, reject) => {
|
||||
try {
|
||||
if (lightAppJssdk.map) {
|
||||
|
||||
Reference in New Issue
Block a user