优化代码

This commit is contained in:
wuxw 2024-06-19 11:34:16 +08:00
parent 81f6c9f620
commit 93e768f9d5

View File

@ -31,7 +31,7 @@
</view>
<view class="apply-content flex justify-start">
<view class="item">
<image :src="item.faceUrl" ></image>
<image :src="item.facePath" ></image>
</view>
<view class="margin-left">
<view class="item">
@ -44,11 +44,11 @@
</view>
<view class="item">
<text>位置:</text>
<text>{{item.locationObjName}}</text>
<text>{{item.locationName}}</text>
</view>
<view class="item">
<text>开门方式:</text>
<text>{{item.openTypeName || '-'}}</text>
<text>{{item.openTypeCdName || '-'}}</text>
</view>
</view>