From d5ccf9d1e433894922625183161420540e11bca8 Mon Sep 17 00:00:00 2001 From: Agent Date: Sat, 28 Mar 2026 03:06:55 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=96=E8=BE=91=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E6=97=B6=E6=A0=87=E9=A2=98=E5=92=8C=E6=8C=89=E9=92=AE=E6=96=87?= =?UTF-8?q?=E5=AD=97=E5=8A=A8=E6=80=81=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/create.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/order/create.vue b/src/pages/order/create.vue index adad42e..a2e8ba3 100644 --- a/src/pages/order/create.vue +++ b/src/pages/order/create.vue @@ -153,7 +153,7 @@ 实付: ¥{{ actualAmount.toFixed(2) }} - + @@ -196,7 +196,9 @@ export default { this.loadProducts() if (options.orderId) { this.editingOrderId = options.orderId - // 编辑模式:等客户列表加载完成后再加载订单 + // 编辑模式 + uni.setNavigationBarTitle({ title: '编辑订单' }) + // 等客户列表加载完成后再加载订单 setTimeout(() => { this.loadOrder(options.orderId) }, 500)