@@ -76,6 +76,7 @@ async function initPage() {
}
onMounted(() => {
+ document.title = '领取红包'
initPage()
})
</script>