fix: daily page
This commit is contained in:
@@ -966,6 +966,13 @@ onLoad((options) => {
|
||||
scenePopup.value.open();
|
||||
}, 200);
|
||||
}
|
||||
|
||||
if (options.content) {
|
||||
blessingText.value = { content: decodeURIComponent(options.content) };
|
||||
}
|
||||
if (options.author) {
|
||||
signatureName.value = decodeURIComponent(options.author);
|
||||
}
|
||||
});
|
||||
|
||||
const loadData = () => {
|
||||
|
||||
Reference in New Issue
Block a user