From e6c03781edd4b7c66dd3eda68a717703705813b0 Mon Sep 17 00:00:00 2001 From: gcd Date: Sun, 15 Jun 2025 13:52:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=8B=92=E5=8D=95?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 2 +- pages/order/order-info.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index a3cfac5..1c61ccd 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -79,7 +79,7 @@ const acceptOrder = (index, id) => { const rejectOrder = (index, id) => { uni.showModal({ - title: '拒接提示', + title: '请您确认是否拒单?多次拒单平台会减少对您的派单量!', confirmText: '确认', editable: true, placeholderText: '请输入拒接原因', diff --git a/pages/order/order-info.vue b/pages/order/order-info.vue index dd91181..4be3701 100644 --- a/pages/order/order-info.vue +++ b/pages/order/order-info.vue @@ -331,7 +331,7 @@ const acceptOrder = () => { const rejectOrder = () => { uni.showModal({ - title: '拒接提示', + title: '请您确认是否拒单?多次拒单平台会减少对您的派单量!', confirmText: '确认', editable: true, placeholderText: '请输入拒接原因',