1
0
forked from dyf/APP

设备列表样式

This commit is contained in:
fengerli
2025-07-09 13:46:43 +08:00
parent 82fd1574c8
commit 16d431aa63
3 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,6 @@
rightIcon="/static/images/add.png" @right-click="scan"></custom-navbar>
<view class="device-page" :style="{ paddingTop: navBarHeight + 'px' }">
<!-- handleSend 发送信息 -->
<scroll-view class="tab-bar" scroll-x="true" scroll-with-animation>
<view class="tab-container">
<view v-for="(tab, index) in tabs" :key="index"
@ -347,7 +346,6 @@
onIntall() {
this.page = 1;
this.finished = false;
this.deviceList = [];
this.getData(); // 重新加载第一页数据
}
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long