From 2fd84c57e0f3577c4162667c69679de6724a84c2 Mon Sep 17 00:00:00 2001 From: chenghuan Date: Wed, 25 Mar 2026 17:44:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E8=B4=AD=E4=B9=B0=E7=9A=84=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=96=87=E6=9C=AC=E4=B8=BA=E7=BB=A7=E7=BB=AD?= =?UTF-8?q?=E8=B4=AD=E4=B9=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将订单提交组件中的确认按钮文本从“确定”修改为“继续购买”,以更清晰地表达用户操作意图。 --- pages/component/commonComponents/orderSubmit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/component/commonComponents/orderSubmit.vue b/pages/component/commonComponents/orderSubmit.vue index b1044f4..88740b9 100644 --- a/pages/component/commonComponents/orderSubmit.vue +++ b/pages/component/commonComponents/orderSubmit.vue @@ -524,7 +524,7 @@ title="提示" :content="presaleRemarkModalContent" :showCancelButton="true" - confirmText="确定" + confirmText="继续购买" cancelText="取消" @confirm="handlePresaleRemarkConfirm" @cancel="handlePresaleRemarkCancel"