调整细节

master
秦子超 2026-04-18 09:31:40 +08:00
parent d331bca45b
commit bea5be27c8
5 changed files with 29 additions and 35 deletions

View File

@ -67,33 +67,33 @@
},
"icons" : {
"android" : {
"hdpi" : "unpackage/res/icons/72x72.png",
"xhdpi" : "unpackage/res/icons/96x96.png",
"xxhdpi" : "unpackage/res/icons/144x144.png",
"xxxhdpi" : "unpackage/res/icons/192x192.png"
"hdpi" : "static/logoc.png",
"xhdpi" : "",
"xxhdpi" : "",
"xxxhdpi" : ""
},
"ios" : {
"appstore" : "unpackage/res/icons/1024x1024.png",
"appstore" : "",
"ipad" : {
"app" : "unpackage/res/icons/76x76.png",
"app@2x" : "unpackage/res/icons/152x152.png",
"notification" : "unpackage/res/icons/20x20.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"proapp@2x" : "unpackage/res/icons/167x167.png",
"settings" : "unpackage/res/icons/29x29.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"spotlight" : "unpackage/res/icons/40x40.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png"
"app" : "",
"app@2x" : "",
"notification" : "",
"notification@2x" : "",
"proapp@2x" : "",
"settings" : "",
"settings@2x" : "",
"spotlight" : "",
"spotlight@2x" : ""
},
"iphone" : {
"app@2x" : "unpackage/res/icons/120x120.png",
"app@3x" : "unpackage/res/icons/180x180.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"notification@3x" : "unpackage/res/icons/60x60.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"settings@3x" : "unpackage/res/icons/87x87.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png",
"spotlight@3x" : "unpackage/res/icons/120x120.png"
"app@2x" : "",
"app@3x" : "",
"notification@2x" : "",
"notification@3x" : "",
"settings@2x" : "",
"settings@3x" : "",
"spotlight@2x" : "",
"spotlight@3x" : ""
}
}
}

View File

@ -38,14 +38,7 @@
"path": "pages/homeIndex/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"app-plus": {
"pullToRefresh": {
"support": true,
"style": "default",
"offset": "70px"
}
}
"enablePullDownRefresh": false
}
},
{

View File

@ -2,6 +2,7 @@
<view class="container">
<!-- 滚动 -->
<view class="scrollBox">
<u-status-bar ></u-status-bar>
<!-- 个人信息 -->
<HeaderUser />
<!-- 菜单 -->

View File

@ -27,7 +27,7 @@
@click="formData.isDanger = item.value"
></u-button>
</view>
<text style="font-weight: bold;">设备使用状态</text>
<!-- <text style="font-weight: bold;">设备使用状态</text>
<view class="searchBox">
<u-button
v-for="(item, index) in equipmentStatusOptions"
@ -39,7 +39,7 @@
:text="item.name"
@click="formData.equipmentStatus = item.value"
></u-button>
</view>
</view> -->
<text style="font-weight: bold;">是否视频</text>
<view class="searchBox">
<u-button

View File

@ -5,14 +5,14 @@
<view class="nav-bar">
<u-icon name="arrow-left" color="#000" size="20" @click="backTo" style="margin-left:10px"></u-icon>
<view style="font-size:18px">视频监控</view>
<view style="margin-right:10px;margin-top: 5px;">
<view style="margin-right:10px;margin-top: 5px;position: relative;">
<image @click="popupOpen = true" src="../../static/images/filter.png" style="width: 20px; height: 20px"></image>
<image src="../../static/images/star.svg" style="width: 19px; height: 19px;position: absolute;right: 37px;top: 11px;"></image>
<image src="../../static/images/star.svg" style="width: 19px; height: 19px;position: absolute;right: 28px;top: 0px;"></image>
</view>
</view>
<view class="search-box">
<view class="search-item">
<view style="display:flex; justify-content: space-between; width: 18%;">
<view style="display:flex; justify-content: space-between; width: 25%;">
<view @click="handleClick" class="search-item-text">{{ getSkTypeName }}</view>
<u-icon name="arrow-down-fill" color="#000" size="16" v-show="switchIcon"></u-icon>
<u-icon name="arrow-up-fill" color="#000" size="16" v-show="!switchIcon"></u-icon>