上传视频,页面调整
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<u-tag :text="item.status == 0 ? '上架' : '下架'" plain
|
||||
:type="item.status == 0 ? 'success' : 'error'"></u-tag>
|
||||
</view>
|
||||
<image class="image" :src="item.files[0].url" mode="widthFix"></image>
|
||||
<image class="image" :src="item.files[0].url" mode="aspectFill"></image>
|
||||
<view class="info">
|
||||
<view class="title">{{ item.houseTitle }}</view>
|
||||
<view class="desc"><text>{{ item.extent }}m²|{{ item.toward }}</text></view>
|
||||
|
||||
Reference in New Issue
Block a user