Feat: 地标好物(服务)

This commit is contained in:
linxi
2024-11-15 10:39:59 +08:00
parent c18ec66653
commit d3957be379
8 changed files with 258 additions and 51 deletions
+15
View File
@@ -27,6 +27,12 @@
</view>
</view>
</view>
<image
v-if="goods.length === 0"
:src="webUrl + '/20231023131208675588.png'"
class="img-nodata"
mode="scaleToFill"
/>
</view>
</template>
@@ -53,6 +59,15 @@ export default {
</script>
<style lang="scss" scoped>
.img-nodata {
position: relative;
top: 0;
left: 50%;
transform: translate(-50%, 0);
width: 352rpx;
height: 338rpx;
margin-bottom: 60rpx;
}
.list-box {
margin-top: 24rpx;
.item {