feat(custom):

This commit is contained in:
2024-05-20 19:59:36 +08:00
parent 4245ae6c80
commit 09840d72ed
11 changed files with 268 additions and 46 deletions

View File

@@ -150,7 +150,7 @@ const userLocalNum = ref({
t: 0,
});
Taro.useLoad(async () => {
Taro.useDidShow(async () => {
Taro.getLocation({
type: 'wgs84',
success: res => {