Feat(千县名品):县店铺首页界面接口对接

This commit is contained in:
lifizer
2024-08-20 17:56:14 +08:00
parent 05b6075df3
commit 74c5c2b768
7 changed files with 786 additions and 44 deletions
+11 -1
View File
@@ -55,6 +55,11 @@
</view>
</view>
</view>
<image
:src="webUrl + '/home/no-data-bg.png'"
mode="widthFix"
class="loadend"
/>
</view>
<goo-skeleton
v-else
@@ -169,13 +174,18 @@ export default {
}
}
}
.list-wrap {
background-color: #F0F0F0;
.loadend {
width: 100%;
}
}
.list-cont {
position: relative;
z-index: 2;
display: flex;
justify-content: space-between;
padding: 0 21rpx 21rpx 21rpx;
background-color: #F0F0F0;
.list-cont-left,
.list-cont-right {
width: calc(50% - 11rpx);