Commit 2350b89e authored by 罗超's avatar 罗超

1

parent b29f20c9
......@@ -330,6 +330,11 @@
v-if="detailData.AreaRequirement > 0"
>{{ detailData.AreaRequirement }}万㎡</text
>
<text
style="color: #f30329; font-weight: bold"
v-if="detailData.AreaRequirement <= 0"
>/</text
>
</view>
<view style="flex: 1; font-size: 26rpx; color: #a4a4a4">
<text style="width: 156rpx; text-align: right">经营面积:</text>
......@@ -338,6 +343,11 @@
v-if="detailData.BuiltUpArea > 0"
>{{ detailData.BuiltUpArea }}万㎡</text
>
<text
style="color: #f30329; font-weight: bold"
v-if="detailData.BuiltUpArea <= 0"
>/</text
>
</view>
</view>
<view
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment