|
@@ -36,7 +36,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="task-container">
|
|
<view class="task-container">
|
|
|
<view class="task-header">
|
|
<view class="task-header">
|
|
|
- <view class="task-title" v-if="punchIns.length && punchIns.length > 0">任务({{punchIns.lengt}}个)
|
|
|
|
|
|
|
+ <view class="task-title" v-if="punchIns.length && punchIns.length > 0">任务({{punchIns.length}}个)
|
|
|
</view>
|
|
</view>
|
|
|
<view class="task-title" v-else>任务</view>
|
|
<view class="task-title" v-else>任务</view>
|
|
|
<view class="task-add-btn" @click="goPunchInDetailPage">
|
|
<view class="task-add-btn" @click="goPunchInDetailPage">
|
|
@@ -226,7 +226,6 @@
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
onShow(() => {
|
|
onShow(() => {
|
|
|
- console.log("onSHow");
|
|
|
|
|
userInfo.value = uni.getStorageSync("userInfo");
|
|
userInfo.value = uni.getStorageSync("userInfo");
|
|
|
loadData();
|
|
loadData();
|
|
|
});
|
|
});
|