经营分析图标的小黑角

This commit is contained in:
xk_guohonglei
2020-09-10 12:03:01 +08:00
parent 2432cea731
commit 386418e6c1

View File

@@ -129,7 +129,7 @@
getYesterday() {
cloudSiteApi.getYesterday().then(res => {
uni.stopPullDownRefresh()
if(res.code===20000){
if (res.code === 20000) {
this.basicData = res.data
}
})
@@ -229,4 +229,8 @@
.cu-list.grid>.cu-item [class*=cuIcon] {
font-size: 75rpx;
}
.cu-avatar {
background-color: transparent;
}
</style>