Browse Source

去除更新液位状态

master
maochaoying 2 years ago
parent
commit
3e9971c681
  1. 6
      src/components/Test.vue

6
src/components/Test.vue

@ -146,14 +146,14 @@
<div class="common_set update_wrap">
<p class="title">水浸1</p>
<p class="num">{{ testStore.waterImmersionSensor1 ? '有水' : '没水' }}</p>
<div class="btn_wrap style-btn" @click="handleUpdate">
<div class="btn_wrap style-btn" @click="handleUpdate" style="opacity: 0">
更新读取水浸状态
</div>
</div>
<div class="common_set update_wrap">
<p class="title">水浸2</p>
<p class="num">{{ testStore.waterImmersionSensor2 ? '有水' : '没水' }}</p>
<div class="btn_wrap style-btn" @click="handleUpdate">
<div class="btn_wrap style-btn" @click="handleUpdate" style="opacity: 0">
更新读取水浸状态
</div>
</div>
@ -167,7 +167,7 @@
}}
kPa/100g
</p>
<div class="btn_wrap style-btn" @click="handleUpdate">
<div class="btn_wrap style-btn" @click="handleUpdate" style="opacity: 0">
更新读取液位状态
</div>
</div>

Loading…
Cancel
Save