修复存在的问题

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