Browse Source

重量单位修改,kg改为g

zswxt
lzp 4 months ago
parent
commit
206e78cf97
  1. 2
      src/views/index.vue

2
src/views/index.vue

@ -5,7 +5,7 @@
<div class="div-ul">
<div class="div-li">
<div>
<span>当前重量</span>{{deviceInfo.weight || '-'}}kg
<span>当前重量</span>{{deviceInfo.weight || '-'}}g
</div>
</div>
<!-- ON开启 OFF关闭 -->

Loading…
Cancel
Save