Browse Source

代驾取消提示字段替换

vaecebyZ 7 months ago
parent
commit
851353645a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      trip/index/mixin/index.js

+ 1 - 1
trip/index/mixin/index.js

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