罗世杰:临时提交

This commit is contained in:
LuoShijie
2023-11-16 20:51:49 +08:00
parent 971bf5efa6
commit 29ea1e1486
3 changed files with 25 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
</view>
<view class="sub-detail u-flex">
<view class="title">
{{title}}
{{shopInfo.title}}
</view>
<view>
<u-grid :col="3">
@@ -73,7 +73,7 @@
<script>
export default {
props: {
list: {
swiperlist: {
type: Array,
default () {
return [
@@ -83,8 +83,15 @@
]
}
},
},
shopInfo: {
type: Object,
default () {
return {
title: "石锅饭铺面转让石锅饭铺面转让石锅饭铺面转",
}
}
}
},
data() {
return {
shopInfo:{
@@ -132,8 +139,6 @@
height: 100rpx;
background-color: #F8F8F8;
}
.swiper {
}
.title{
padding: 20rpx;
background-color: #fff;