From 2d111ae18079da699b2f8a830ec39add3d032516 Mon Sep 17 00:00:00 2001 From: hufflzp <1395188856@qq.com> Date: Wed, 14 Jan 2026 16:43:17 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF=E2=80=9C=E8=8E=B7=E5=BE=97=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E4=BF=A1=E6=81=AF=E5=A4=B1=E8=B4=A5=E2=80=9D=E4=B8=BA?= =?UTF-8?q?=E2=80=9C=E8=8E=B7=E5=8F=96=E8=AE=A2=E5=8D=95=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/payment-box.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/payment-box.vue b/components/payment-box.vue index 8992d09..2630c54 100644 --- a/components/payment-box.vue +++ b/components/payment-box.vue @@ -624,7 +624,7 @@ export default { }); } else { that.$.showModal({ - content: result.msg || that.__("获得订单信息失败"), + content: result.msg || that.__("获取订单信息失败"), showCancel: false, }); } @@ -691,7 +691,7 @@ export default { }); } else { that.$.showModal({ - content: result.msg || that.__("获得订单信息失败"), + content: result.msg || that.__("获取订单信息失败"), showCancel: false, }); } @@ -759,7 +759,7 @@ export default { }); } else { that.$.showModal({ - content: result.msg || that.__("获得订单信息失败"), + content: result.msg || that.__("获取订单信息失败"), showCancel: false, }); } @@ -949,7 +949,7 @@ export default { }); } else { that.$.showModal({ - content: result.msg || that.__("获得订单信息失败"), + content: result.msg || that.__("获取订单信息失败"), showCancel: false, }); } @@ -1057,7 +1057,7 @@ export default { }); } else { that.$.showModal({ - content: result.msg || that.__("获得订单信息失败"), + content: result.msg || that.__("获取订单信息失败"), showCancel: false, }); }