File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/views/mp/components/wx-msg/components Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -47,5 +47,3 @@ const props = defineProps<{
47
47
48
48
const item = ref (props .item )
49
49
</script >
50
-
51
- <style scoped></style >
Original file line number Diff line number Diff line change 18
18
class =" avue-comment__body"
19
19
:style =" item.sendFrom === SendFrom.MpBot ? 'background: #6BED72;' : ''"
20
20
>
21
- <!-- 【事件】区域 -->
21
+ <!-- 【事件】区域 TODO 芋艿:是不是把拆个 Message 出来,里面包括 MsgEvent + 各种其它消息,分开有点不够整体 -->
22
22
<MsgEvent v-if =" item.type === MsgType.Event" :item =" item" />
23
23
<!-- 【消息】区域 -->
24
24
<div v-else-if =" item.type === MsgType.Text" >{{ item.content }}</div >
68
68
</div >
69
69
</div >
70
70
</template >
71
-
72
71
<script setup lang="ts" name="MsgList">
73
72
import WxVideoPlayer from ' @/views/mp/components/wx-video-play'
74
73
import WxVoicePlayer from ' @/views/mp/components/wx-voice-play'
You can’t perform that action at this time.
0 commit comments