mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
81f6c9f620
commit
93e768f9d5
@ -31,7 +31,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="apply-content flex justify-start">
|
<view class="apply-content flex justify-start">
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<image :src="item.faceUrl" ></image>
|
<image :src="item.facePath" ></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="margin-left">
|
<view class="margin-left">
|
||||||
<view class="item">
|
<view class="item">
|
||||||
@ -44,11 +44,11 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<text>位置:</text>
|
<text>位置:</text>
|
||||||
<text>{{item.locationObjName}}</text>
|
<text>{{item.locationName}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<text>开门方式:</text>
|
<text>开门方式:</text>
|
||||||
<text>{{item.openTypeName || '-'}}</text>
|
<text>{{item.openTypeCdName || '-'}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user