This commit is contained in:
yanran200730
2022-11-03 10:44:55 +08:00
parent 22ccf1081b
commit d8569137e9
2 changed files with 4 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
"scope.userLocation": {
"desc": "你的位置信息将用于当前事件发生地点"
}
}
},
"requiredPrivateInfos" : ["getLocation"]
}
}

View File

@@ -222,7 +222,8 @@
}
})
},
fail: () => {
fail: e => {
console.log(e)
}
})
},