修改支付结果状态码

This commit is contained in:
常东方 2025-05-23 10:13:23 +08:00
parent f883ff809a
commit 9945c925fd

View File

@ -17,8 +17,8 @@ const resData = ref({});
const statusLabel = {
1: t("payment.text2"),
2: t("payment.text3"),
1: t("payment.text3"),
2: t("payment.text2"),
3: t("payment.text4"),
4: t("payment.text5"),
};