fix: empty默认值调整
This commit is contained in:
parent
6a718582b3
commit
0b5c048252
|
@ -96,6 +96,7 @@
|
|||
((activeTab === 'completed' && completedPlanList.length === 0) ||
|
||||
(activeTab === 'incomplete' && incompletePlanList.length === 0))
|
||||
"
|
||||
text="暂无内容"
|
||||
mode="list"
|
||||
></u-empty>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue