mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-08 01:42:28 +08:00
调整样式
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
</u-popup>
|
||||
|
||||
<!-- 底部导航栏 -->
|
||||
<assetBottomBar :phone="asset.contact" @reserve="showReserve = true" />
|
||||
<assetBottomBar v-if ="asset.status === 0" :phone="asset.contact" @reserve="showReserve = true" />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -123,6 +123,7 @@ export default {
|
||||
images: [],
|
||||
remark: '',
|
||||
isFavorite: false,
|
||||
status: 0
|
||||
},
|
||||
markers: [],
|
||||
};
|
||||
@@ -154,6 +155,7 @@ export default {
|
||||
],
|
||||
remark: '该资产目前用于办公出租,维护状态良好。',
|
||||
isFavorite: false,
|
||||
status: 1
|
||||
};
|
||||
this.markers = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user