From 24774670217eca285475a77d5b66540df53244ba Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Thu, 9 Oct 2025 00:43:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=A4=9A=E4=B8=AA?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E9=97=AE=E9=A2=98=E5=B9=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将环境配置从'prod'改为'local'便于本地开发 - 修改上传组件accept属性为'media'以支持更多媒体类型 - 移除avatarStack组件中未使用的描述文本 - 为emailPopup添加safeAreaInsetBottom属性防止底部遮挡 - 为postDetail中的avatarStack添加样式并修复条件渲染 --- components/list/avatarStack.vue | 4 ++-- config.js | 2 +- pages_order/components/list/comment/emailPopup.vue | 2 +- pages_order/post/addPost.vue | 2 +- pages_order/post/postDetail.vue | 8 ++++++-- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/components/list/avatarStack.vue b/components/list/avatarStack.vue index 3e9bb2b..8e90dce 100644 --- a/components/list/avatarStack.vue +++ b/components/list/avatarStack.vue @@ -38,9 +38,9 @@ - + diff --git a/config.js b/config.js index 7017a57..752d6ee 100644 --- a/config.js +++ b/config.js @@ -7,7 +7,7 @@ import uvUI from '@/uni_modules/uv-ui-tools' Vue.use(uvUI); // 当前环境 -const type = 'prod' +const type = 'local' // 环境配置 diff --git a/pages_order/components/list/comment/emailPopup.vue b/pages_order/components/list/comment/emailPopup.vue index 28e97ae..64392fb 100644 --- a/pages_order/components/list/comment/emailPopup.vue +++ b/pages_order/components/list/comment/emailPopup.vue @@ -1,6 +1,6 @@