|
@@ -106,7 +106,7 @@
|
|
|
}}</text>
|
|
|
<image src="../../static/rightArrow.png"></image>
|
|
|
</view>
|
|
|
- <!-- <view
|
|
|
+ <view
|
|
|
@click="getFrenEcharts()"
|
|
|
class="title"
|
|
|
v-if="
|
|
@@ -145,19 +145,9 @@
|
|
|
style="margin-left: auto; width: 30rpx; height: 30rpx"
|
|
|
></image>
|
|
|
</view>
|
|
|
- </view> -->
|
|
|
-
|
|
|
- <view class="title" v-if="devInfo.installPosition == 'Toilet'">
|
|
|
- <view class="title-text" style="color: #22dea7"
|
|
|
- >今日卫生间使用频次</view
|
|
|
- >
|
|
|
- <view class="title-btn" style="color: #22dea7"
|
|
|
- >{{
|
|
|
- freQuenceList.length == "" ? "0" : freQuenceList.length
|
|
|
- }}次</view
|
|
|
- >
|
|
|
</view>
|
|
|
- <view class="title" v-if="devInfo.installPosition != 'Toilet'">
|
|
|
+
|
|
|
+ <view class="title">
|
|
|
<view class="title-text" style="color: #22dea7"
|
|
|
>今日进出频次</view
|
|
|
>
|
|
@@ -375,7 +365,7 @@
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
|
-// import * as echarts from "../../uni_modules/lime-echart/static/echarts.min";
|
|
|
+import * as echarts from "../../uni_modules/lime-echart/static/echarts.min";
|
|
|
import MqttService from "../../utils/globalMqtt.js";
|
|
|
|
|
|
export default {
|