Browse Source

提交

newyun
douzhuo 1 year ago
parent
commit
b2afa640e5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/mine/equipmentLog.vue

+ 1
- 1
pages/mine/equipmentLog.vue View File

@@ -30,7 +30,7 @@
<view class="items">
<text>录音开启用时</text>
<text class="font"
:style="{color: info.recording==1?'red':'#333'}">{{info.startActionTime || ''}}min</text>
:style="{color: info.recording==1?'red':'#333'}">{{info.startActionTime || 0}}min</text>
</view>
<view class="line"></view>
<view class="items">


Loading…
Cancel
Save