申请退款提示语修改

This commit is contained in:
丁杰 2026-04-14 15:01:36 +08:00
parent dc1898ebb1
commit 0c1204ed20
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ export default {
.post(url, data) .post(url, data)
.then((res) => { .then((res) => {
if (res.code == 1 || res.code == 200) { if (res.code == 1 || res.code == 200) {
uni.showToast({ title: "申请退款", icon: "none" }); uni.showToast({ title: "申请退款成功", icon: "none" });
this.getServicesList(); this.getServicesList();
} else { } else {
uni.showToast({ title: res.msg, icon: "none" }); uni.showToast({ title: res.msg, icon: "none" });