3 Commits

Author SHA1 Message Date
a7bc517fae Merge branch 'feat/liujie' 2026-02-07 20:19:15 +08:00
16b38539f6 fix: 修改取值 2026-02-07 20:19:04 +08:00
e884b1f258 Merge branch 'master' into feat/liujie 2026-02-07 18:13:23 +08:00

View File

@@ -55,7 +55,7 @@ function Index() {
// 然后再获取用户信息
await fetchUserInfo();
await delay(1000);
// await delay(1000);
if (from === "publish") {
handleShare(true);
@@ -298,7 +298,7 @@ function Index() {
id={id as string}
from={from as string}
detail={detail}
userInfo={userInfo}
userInfo={myInfo}
/>
</View>
</ScrollView>