From 0c1204ed20c825c2d870f62f41f7d274ca87e430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E6=9D=B0?= <727475508@qq.com> Date: Tue, 14 Apr 2026 15:01:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E9=80=80=E6=AC=BE=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=AD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/manHour/saleList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/shop/manHour/saleList.vue b/pages/shop/manHour/saleList.vue index 91ea867..1a6741a 100644 --- a/pages/shop/manHour/saleList.vue +++ b/pages/shop/manHour/saleList.vue @@ -180,7 +180,7 @@ export default { .post(url, data) .then((res) => { if (res.code == 1 || res.code == 200) { - uni.showToast({ title: "申请退款!", icon: "none" }); + uni.showToast({ title: "申请退款成功!", icon: "none" }); this.getServicesList(); } else { uni.showToast({ title: res.msg, icon: "none" });