时间详情样式修改

This commit is contained in:
仲么了
2023-09-27 10:32:40 +08:00
parent 4dc2b901dc
commit 182195512a
9 changed files with 25 additions and 23 deletions

View File

@@ -11,7 +11,9 @@
>
<view class="term-list-bottom">
<view class="term-list-bottom-item" v-for="(item2, textIndex) in item.dataSet" :key="textIndex">
{{ item2.showName + ':' + item2.value + (item2.unit || '') }}
{{
item2.showName + ':' + (item2.value == 3.1415926 ? '-' : item2.value) + (item2.unit || '')
}}
</view>
</view>
</uni-card>