申请退款提示语修改
This commit is contained in:
parent
dc1898ebb1
commit
0c1204ed20
|
|
@ -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" });
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue