Browse Source

代驾取消提示字段替换

vaecebyZ 7 tháng trước cách đây
mục cha
commit
851353645a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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",
           });
         }