商机分析

This commit is contained in:
jia 2023-10-20 16:26:40 +08:00
parent d80d55e6e8
commit ed8c00ccb2
2 changed files with 13 additions and 2 deletions

View File

@ -35,6 +35,16 @@
}
},
{
"path": "pages/business/detail",
"style": {
"navigationBarTitleText": "商机详细信息",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#0122C7",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/index/index",
"style": {

View File

@ -5,8 +5,9 @@
v-for="i in 3" :key="i" style="padding: 28rpx;">
</u-skeleton>
</block>
<block v-else>
<u-empty v-if="list.length==0" icon="/static/img/empty/data.png" text="没有信息"></u-empty>
<u-empty v-if="Object.keys(list).length==0" icon="/static/img/empty/data.png" text="没有信息"></u-empty>
<view v-else class="task_list">
<!-- <taskCard class="task_card" v-for="item in 10" :key="item"></taskCard> -->
<task-item :datas="list" ></task-item>