瀏覽代碼

取消订单修改

vaecebyZ 9 月之前
父節點
當前提交
2408864b2f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      trip/index/mixin/index.js

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

@@ -138,7 +138,7 @@ export const mixin = {
             title: "取消成功",
             icon: "success",
           });
-          this.state = 2;
+          this.step = 2;
           this.loading = false;
           clearInterval(this.timer);
           this.timer = null;