no message
This commit is contained in:
parent
d20c7f151d
commit
c962a631bc
@ -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"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user