This commit is contained in:
chashaobao
2026-01-05 00:22:42 +08:00
parent c586e4b227
commit 34e8a775e4
6 changed files with 63 additions and 27 deletions

View File

@ -36,7 +36,7 @@ export default function InviteOperations() {
}, []);
const handleCopy = useCallback(() => {
copy(`我的ID是${userInfo.userId},邀你进主播`);
copy(`我的播络ID是${userInfo.userId},邀你进群`);
}, [userInfo.userId]);
useEffect(() => {
@ -92,7 +92,7 @@ export default function InviteOperations() {
<div className="highlight"></div>
</div>
<div className={`${PREFIX}__action-block`}>
<div>ID是{userInfo.userId}</div>
<div>ID是{userInfo.userId}</div>
<Button className={`${PREFIX}__copy`} onClick={handleCopy}>
</Button>

View File

@ -21,7 +21,24 @@
}
&__video-list {
margin-top: 16px;
margin-top: 25px;
}
&__hint {
line-height: 64px;
height: 64px;
background: #fff4f0;
border-radius: 24px 24px 0px 0px;
padding: 0 24px;
font-weight: 400;
font-size: 26px;
color: #946724;
+ .material-video-card {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
}
&__footer {
@ -29,11 +46,11 @@
left: 24px;
right: 24px;
bottom: 0;
background: #F5F6FA;
background: #f5f6fa;
}
&__submit-btn {
.button(@width: 100%, @height: 80px, @fontSize: 32px, @fontWeight: 400, @borderRadius: 48px);
bottom: 40px;
}
}
}

View File

@ -181,6 +181,7 @@ export default function MaterialUploadVideo() {
<div className={`${PREFIX}__header-tips`}></div>
</div>
<div className={`${PREFIX}__video-list`}>
<div className={`${PREFIX}__hint`}></div>
{videoList.map(video => (
<MaterialVideoCard
key={video.coverUrl}