wx-program
sunmeng 2024-08-22 11:11:03 +08:00
parent 8f5c8dfe22
commit 67684ded39
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
<!-- 通风窗 --> <!-- 通风窗 -->
<view class="content" v-if="purviewList.indexOf('19')!=-1"> <view class="content" v-if="purviewList.indexOf('19')!=-1">
<template v-for="(item,index) in airWindowList" v-show="item.airWindowState != 0"> <template v-for="(item,index) in airWindowList" >
<!-- --> <!-- -->
<view class="lishui-item" :key="index"> <view class="lishui-item" :key="index" v-show="item.airWindowState != 0">
<view class="lishui-title"> <view class="lishui-title">
<view class="title-left"> <view class="title-left">
{{ item.name }} {{ item.name }}