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)