Commit 11b44d42 authored by 张锡奇's avatar 张锡奇

upload

parent 70cbd5e1
...@@ -30,7 +30,7 @@ function urlFun(name){ ...@@ -30,7 +30,7 @@ function urlFun(name){
/** /**
* 健康打卡统计 * 健康打卡统计
*/ */
health:`https://weixin.huansi.net/apiproxy/huansi/service/proxy/1225621052093239296` health:`https://weixin.huansi.net/apiproxy/huansi/service/proxy/1225621052093239296`
} }
return url[name] return url[name]
......
...@@ -74,6 +74,15 @@ ...@@ -74,6 +74,15 @@
.items:last-child{ .items:last-child{
margin-bottom:15px; margin-bottom:15px;
} }
.img{
width:100%;
display: flex;
justify-content: center;
img{
width:100%;
height:300px;
}
}
} }
</style> </style>
...@@ -104,6 +113,9 @@ ...@@ -104,6 +113,9 @@
</div> </div>
</div> </div>
</div> </div>
<div class="img" v-if="list.length <= 0">
<img src="@/assets/noData.jpg" class="_img" alt="">
</div>
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment