app/pages/index.vue
@@ -124,7 +124,7 @@ <!-- 任务编号单独一行 --> <view class="task-code-row"> <text class="task-code">{{ task.taskNo }}</text> <text class="task-code">{{ task.showTaskCode }}</text> </view> <!-- 任务详细信息 --> @@ -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();