修复存在的问题
This commit is contained in:
parent
a73b804437
commit
cf2d08373f
|
@ -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 />
|
||||||
|
|
Loading…
Reference in New Issue