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