update
This commit is contained in:
@@ -156,6 +156,19 @@ if (isLogin()) {
|
||||
userStatus(handleLoginSuccess)
|
||||
}
|
||||
|
||||
let mergeId = '';
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
mergeId = urlParams.get('merge_id');
|
||||
|
||||
watch(() => mergeId, async (newVal) => {
|
||||
if (!newVal) {
|
||||
return
|
||||
}
|
||||
if (newVal) {
|
||||
isPhotoSquareVisible.value = true;
|
||||
}
|
||||
}, {immediate: true})
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user