From 50983f34364a8097d94357c22234014dc2c5ef58 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Sun, 22 Jun 2025 11:07:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=80=81=E8=B4=A7=E5=9B=BE=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=B9=B6=E4=BC=98=E5=8C=96=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增送货图展示区域,支持预览主订单和子订单的所有送货图片 - 优化静态图片引用路径,使用@/前缀 - 将环境配置从local改为prod - 移除冗余注释并调整代码结构 --- config.js | 2 +- pages/order/orderDetail.vue | 87 ++++++++++++++++++++++++++++++++++++++++++-- static/image/order/icon.png | Bin 0 -> 3091 bytes 3 files changed, 85 insertions(+), 4 deletions(-) create mode 100644 static/image/order/icon.png diff --git a/config.js b/config.js index 4c91149..068f8c7 100644 --- a/config.js +++ b/config.js @@ -7,7 +7,7 @@ import uvUI from '@/uni_modules/uv-ui-tools' Vue.use(uvUI); // 当前环境 -const type = 'local' +const type = 'prod' // 环境配置 diff --git a/pages/order/orderDetail.vue b/pages/order/orderDetail.vue index 55a155e..4843e0c 100644 --- a/pages/order/orderDetail.vue +++ b/pages/order/orderDetail.vue @@ -2,11 +2,10 @@ - - + 服务完成 @@ -36,8 +35,28 @@ + + + + + + + + 送货图 + + + + + + + + + -