ll
liukangdong
2024-12-03 b2e8e233d59d107615a8336dce9da36f1f8bcde0
h5/pages/operation/device.vue
@@ -61,7 +61,7 @@
            </view>
            <view class="modal_list">
               <view class="item" v-for="item,i in deviceList" @click="deviceClick(item)">
                  <view class="name">{{ item.name }}</view>
                  <view class="name">[{{item.code}}] {{ item.name }}</view>
                  <image v-if="activeDevice.id == item.id" src="@/static/radioed.png" mode=""></image>
               </view>
            </view>
@@ -106,7 +106,7 @@
               multifileList: fileList
            }).then(res => {
               this.showToast('提交成功')
               // uni.navigateBack()
               uni.navigateBack()
            })
         },
         getDevice(){