Przeglądaj źródła

取消订单修改

vaecebyZ 9 miesięcy temu
rodzic
commit
2408864b2f
1 zmienionych plików z 1 dodań i 1 usunięć
  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;