wlzboy
4 天以前 cfe0b79fbea0fb1d7a5a796e71ada7d3b7812046
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: {
@@ -276,7 +276,7 @@
    }
    // 检查订阅状态(先检查本地,后面会检查微信官方状态)
    this.hasSubscribed = subscribeManager.checkLocalSubscribeStatus();
    this.hasSubscribed = true;//subscribeManager.checkLocalSubscribeStatus();
    // 自动订阅(如果未订阅则显示确认弹窗)
    // this.autoSubscribeOnLaunch();