修复存在的问题

This commit is contained in:
al 2024-07-10 16:52:29 +08:00
parent a73b804437
commit cf2d08373f
1 changed files with 3 additions and 12 deletions

View File

@ -69,9 +69,6 @@ export default function ShareSpace({ data }) {
<FontAwesomeIcon
icon={faAngleRight}
size="xl"
onClick={() => {
router.push("/my");
}}
/>
</div>
<Divider />
@ -83,17 +80,14 @@ export default function ShareSpace({ data }) {
<FontAwesomeIcon
icon={faAngleRight}
size="xl"
onClick={() => {
router.push("/my");
}}
/>
</div>
<Divider />
<div
onClick={() => {
// router.push("WebWithoutHeader", {
// uri: webUrl + "/zone/share/" + data?.streamer_ext?.user_id,
// })
router.push("WebWithoutHeader", {
uri: webUrl + "/zone/share/" + data?.streamer_ext?.user_id,
})
}}
className="flex justify-between pt-4 pb-2"
>
@ -101,9 +95,6 @@ export default function ShareSpace({ data }) {
<FontAwesomeIcon
icon={faAngleRight}
size="xl"
onClick={() => {
router.push("/my");
}}
/>
</div>
<Divider />