From c781eb9aaa61726587c6a724e6ee0bc13efc989d Mon Sep 17 00:00:00 2001 From: Tuzki <1720599558@qq.com> Date: Mon, 17 Mar 2025 16:27:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor(orderDetail):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=A4=B1=E8=B4=A5=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将支付失败的提示信息从"支付已关闭!"改为"支付失败,请重新扫码!" - 更准确地描述了支付失败的情况,便于用户理解下一步操作 --- pages/orderDetail/orderDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/orderDetail/orderDetail.vue b/pages/orderDetail/orderDetail.vue index 675effa..838f458 100644 --- a/pages/orderDetail/orderDetail.vue +++ b/pages/orderDetail/orderDetail.vue @@ -192,7 +192,7 @@ uni.hideLoading(); uni.showToast({ icon: 'none', - title: '支付已关闭!', + title: '支付失败,请重新扫码!', duration: 1000 }); }