This commit is contained in:
cansnow
2025-12-11 22:33:31 +08:00
parent 375917f06c
commit 5a086fa1fa
44 changed files with 1978 additions and 359 deletions
@@ -0,0 +1,24 @@
<template>
<view class="voice_message_container bg_container">
消息
</view>
</template>v
<script>
export default {
name: "VoiceMessageRender",
components: {},
props: {
message: Object,
conversationID:String,
},
data() {
return {};
},
methods: {
},
};
</script>
<style lang="scss" scoped></style>