Compare commits
3 Commits
0d46311bbc
...
a7bc517fae
| Author | SHA1 | Date | |
|---|---|---|---|
| a7bc517fae | |||
| 16b38539f6 | |||
| e884b1f258 |
@@ -55,7 +55,7 @@ function Index() {
|
|||||||
// 然后再获取用户信息
|
// 然后再获取用户信息
|
||||||
await fetchUserInfo();
|
await fetchUserInfo();
|
||||||
|
|
||||||
await delay(1000);
|
// await delay(1000);
|
||||||
|
|
||||||
if (from === "publish") {
|
if (from === "publish") {
|
||||||
handleShare(true);
|
handleShare(true);
|
||||||
@@ -298,7 +298,7 @@ function Index() {
|
|||||||
id={id as string}
|
id={id as string}
|
||||||
from={from as string}
|
from={from as string}
|
||||||
detail={detail}
|
detail={detail}
|
||||||
userInfo={userInfo}
|
userInfo={myInfo}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
|||||||
Reference in New Issue
Block a user