hookehuyr

docs(UploadMediaPopup): 更新组件标题为"拍照留念"并添加文件头注释

1 +<!--
2 + * @Date: 2025-09-22 10:10:44
3 + * @LastEditors: hookehuyr hookehuyr@gmail.com
4 + * @LastEditTime: 2025-09-22 11:00:26
5 + * @FilePath: /lls_program/src/components/UploadMediaPopup.vue
6 + * @Description: 文件描述
7 +-->
1 <template> 8 <template>
2 <PopupWrapper 9 <PopupWrapper
3 v-model:visible="popupVisible" 10 v-model:visible="popupVisible"
4 position="right" 11 position="right"
5 - title="上传照片/视频" 12 + title="拍照留念"
6 :fullscreen="true" 13 :fullscreen="true"
7 :close-on-click-overlay="false" 14 :close-on-click-overlay="false"
8 @close="handleClose" 15 @close="handleClose"
...@@ -76,4 +83,4 @@ const handleClose = () => { ...@@ -76,4 +83,4 @@ const handleClose = () => {
76 83
77 <style lang="less" scoped> 84 <style lang="less" scoped>
78 // 组件样式由PopupWrapper和UploadMediaComponent提供 85 // 组件样式由PopupWrapper和UploadMediaComponent提供
79 -</style>
...\ No newline at end of file ...\ No newline at end of file
86 +</style>
......