调整细节

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

View File

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

View File

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

View File

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

View File

@ -5,14 +5,14 @@
<view class="nav-bar"> <view class="nav-bar">
<u-icon name="arrow-left" color="#000" size="20" @click="backTo" style="margin-left:10px"></u-icon> <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="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 @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> </view>
<view class="search-box"> <view class="search-box">
<view class="search-item"> <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> <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-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> <u-icon name="arrow-up-fill" color="#000" size="16" v-show="!switchIcon"></u-icon>