修复bug
This commit is contained in:
@@ -80,6 +80,8 @@ const latitude = ref('');
|
||||
// 接收活动ID
|
||||
onLoad((option) => {
|
||||
activityId.value = option?.id || '';
|
||||
// 进入页面自动定位,获取不到时可通过“重新定位”重试
|
||||
reLocate();
|
||||
});
|
||||
|
||||
// 监听输入框字数变化
|
||||
|
||||
Reference in New Issue
Block a user