This commit is contained in:
Iruka 2025-02-20 19:34:42 +08:00
parent 58b3adf8e8
commit 2f80c62b03

View File

@ -181,15 +181,15 @@
<view class="cards-content">
<view class="txt-list">
<view class="list2">
<view style="width: 100%">
<text>版本</text>1.4.6
</view>
<view style="width: 100px;">
<text>层数</text>{{ item.floors }}
</view>
<view style="width: calc(100% - 100px);">
<text>深度</text>{{ item.depth }}
</view>
<view style="width: calc(100% - 100px);">
<text>版本</text>1.4.6
</view>
</view>
</view>
<view class="btn-grid">
@ -231,12 +231,9 @@
<view class="cards-content">
<view class="txt-list">
<view class="list2">
<!-- <view style="width: 50%;">
<text>层数</text>{{ item.floors }}
<view style="width: 100%;">
<text>版本</text>2.6.6
</view>
<view style="width: 50%;">
<text>深度</text>{{ item.depth }}
</view> -->
</view>
</view>
<view class="btn-grid">
@ -276,6 +273,9 @@
<view class="cards-content">
<view class="txt-list">
<view class="list2" v-if="item.data && item.data.items">
<view style="width: 100%;">
<text>版本</text>1.2.9
</view>
<view style="width: 50%;">
<text>风力</text>{{ item.data.items.wc.value || "-" }}
</view>
@ -347,6 +347,9 @@
<view class="cards-content">
<view class="txt-list" v-if="item.data && item.data.items">
<view class="list2">
<view style="width: 100%;">
<text>版本</text>1.2.7
</view>
<view style="width: 50%;">
<text>降雨</text>
{{ item.data.items.rs ? (item.data.items.rs.value == "0" ? "无雨" : "降雨"): "-" }}