@@ -146,7 +146,7 @@ export const mixin = {
this.minutes = 0;
} else {
uni.showToast({
- title: res.message,
+ title: res.content.msg || "取消失败!",
icon: "none",
});
}