2025-11-07 09:56:20 +08:00
|
|
|
<template>
|
2025-12-11 22:33:31 +08:00
|
|
|
<view class="text_message_container bg_container">
|
|
|
|
|
<view> [暂未支持的消息类型] </view>
|
|
|
|
|
</view>
|
2025-11-07 09:56:20 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
2025-12-11 22:33:31 +08:00
|
|
|
export default {
|
|
|
|
|
name: "ErrorMessagegRender",
|
|
|
|
|
components: {},
|
|
|
|
|
data() {
|
|
|
|
|
return {};
|
|
|
|
|
},
|
|
|
|
|
};
|
2025-11-07 09:56:20 +08:00
|
|
|
</script>
|
|
|
|
|
|
2025-12-11 22:33:31 +08:00
|
|
|
<style lang="scss" scoped></style>
|