上传小程序修改合入
This commit is contained in:
@@ -65,7 +65,7 @@ export default function Chat() {
|
||||
</View>
|
||||
) : conversations.length === 0 ? (
|
||||
<View className='empty-card'>
|
||||
<Text className='empty-title'>暂无玩伴会话</Text>
|
||||
<Text className='empty-title'>当前孩子暂无会话</Text>
|
||||
</View>
|
||||
) : (
|
||||
<ScrollView className='conversation-list' scrollY>
|
||||
|
||||
Reference in New Issue
Block a user