fix: 恢复聊天页面
This commit is contained in:
parent
995f5ad981
commit
3f2b849db2
@ -1,4 +1,5 @@
|
|||||||
import ReturnArrow from "@/assets/icons/svg/returnArrow.svg";
|
import ReturnArrow from "@/assets/icons/svg/returnArrow.svg";
|
||||||
|
import Chat from "@/components/ask/chat";
|
||||||
import { ThemedText } from "@/components/ThemedText";
|
import { ThemedText } from "@/components/ThemedText";
|
||||||
import { fetchApi } from "@/lib/server-api-util";
|
import { fetchApi } from "@/lib/server-api-util";
|
||||||
import { Message } from "@/types/ask";
|
import { Message } from "@/types/ask";
|
||||||
@ -275,7 +276,7 @@ export default function AskScreen() {
|
|||||||
</Animated.View> */}
|
</Animated.View> */}
|
||||||
|
|
||||||
{/* 聊天页面 */}
|
{/* 聊天页面 */}
|
||||||
{/* <Animated.View
|
<Animated.View
|
||||||
style={[
|
style={[
|
||||||
styles.absoluteView,
|
styles.absoluteView,
|
||||||
{
|
{
|
||||||
@ -296,7 +297,7 @@ export default function AskScreen() {
|
|||||||
showsVerticalScrollIndicator={false}
|
showsVerticalScrollIndicator={false}
|
||||||
onContentSizeChange={() => scrollToEnd()}
|
onContentSizeChange={() => scrollToEnd()}
|
||||||
/>
|
/>
|
||||||
</Animated.View> */}
|
</Animated.View>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
{/* 输入框区域 */}
|
{/* 输入框区域 */}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user