| | |
| | | |
| | | <!-- 任务编号单独一行 --> |
| | | <view class="task-code-row"> |
| | | <text class="task-code">{{ task.taskNo }}</text> |
| | | <text class="task-code">{{ task.showTaskCode }}</text> |
| | | </view> |
| | | |
| | | <!-- 任务详细信息 --> |
| | |
| | | loading: false, |
| | | |
| | | // 订阅状态 |
| | | hasSubscribed: true, |
| | | hasSubscribed: false, |
| | | }; |
| | | }, |
| | | computed: { |
| | |
| | | } |
| | | |
| | | // 检查订阅状态(先检查本地,后面会检查微信官方状态) |
| | | this.hasSubscribed = subscribeManager.checkLocalSubscribeStatus(); |
| | | this.hasSubscribed = true;//subscribeManager.checkLocalSubscribeStatus(); |
| | | |
| | | // 自动订阅(如果未订阅则显示确认弹窗) |
| | | // this.autoSubscribeOnLaunch(); |
| | | this.autoSubscribeOnLaunch(); |
| | | |
| | | // 加载用户绑定车辆信息 |
| | | this.loadUserVehicle(); |