wlzboy
8 天以前 09faa36132c8cbada5327649875534ef01c1a3b1
app/pages/index.vue
@@ -244,7 +244,7 @@
      loading: false,
      // 订阅状态
      hasSubscribed: true,
      hasSubscribed: false,
    };
  },
  computed: {
@@ -279,7 +279,7 @@
    this.hasSubscribed = subscribeManager.checkLocalSubscribeStatus();
    // 自动订阅(如果未订阅则显示确认弹窗)
    // this.autoSubscribeOnLaunch();
    this.autoSubscribeOnLaunch();
    // 加载用户绑定车辆信息
    this.loadUserVehicle();