This commit is contained in:
caolc
2023-05-11 09:09:27 +08:00
parent 0c133b2c61
commit ac31a0cd62
5 changed files with 18 additions and 14 deletions

View File

@@ -9,6 +9,7 @@
<text class="cuIcon-close text-red"></text>
</view>
</view>
<img src="" alt="">
<view class="padding-xl bg-white">
<view class="" v-if="siteList.length>0">
<three-item v-for="(item,index) in siteList" :key="item.id" :site-item="item" :first="index==0"