no message

This commit is contained in:
wangh 2024-03-06 13:25:49 +08:00
parent d20c7f151d
commit c962a631bc

View File

@ -318,7 +318,7 @@
}, },
}).then((res) => { }).then((res) => {
uni.showToast({ uni.showToast({
title: "支付失败!", title: "支付失败,请联系商家!",
icon: "error" icon: "error"
}) })
}) })
@ -339,7 +339,7 @@
}) })
} else { } else {
uni.showToast({ uni.showToast({
title: "支付失败!", title: "支付失败,请联系商家!",
icon: "error" icon: "error"
}) })
} }
@ -349,7 +349,7 @@
} else { } else {
uni.showToast({ uni.showToast({
title: "支付失败!", title: "支付失败,请联系商家!",
icon: "error" icon: "error"
}) })
} }