时间详情样式修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user