Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
sheng du
hehuangApp
Commits
0b3ec750
Commit
0b3ec750
authored
5 months ago
by
sheng du
Browse files
Options
Download
Email Patches
Plain Diff
高度问题修改
parent
0b4d5576
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
5 deletions
+20
-5
manifest.json
manifest.json
+2
-2
pages/login/property/property.vue
pages/login/property/property.vue
+17
-2
unpackage/dist/build/app-plus/manifest.json
unpackage/dist/build/app-plus/manifest.json
+1
-1
No files found.
manifest.json
View file @
0b3ec750
...
...
@@ -2,8 +2,8 @@
"name"
:
"HPML Folders"
,
"appid"
:
"__UNI__E6A1DF0"
,
"description"
:
""
,
"versionName"
:
"1.0.
7
"
,
"versionCode"
:
2024110
111
,
"versionName"
:
"1.0.
8
"
,
"versionCode"
:
2024110
715
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
"app-plus"
:
{
...
...
This diff is collapsed.
Click to expand it.
pages/login/property/property.vue
View file @
0b3ec750
...
...
@@ -8,12 +8,13 @@
</view>
<view
class=
"list"
ref=
"list"
>
<scroll-view
:scroll-top=
"scrollTop"
scroll-y
class=
"scroll-Y"
:scroll-into-view=
"listIndex"
scroll-with-animation
:style=
"'height:
'+listHeight+'px
'"
>
scroll-with-animation
:style=
"'height:
100%
'"
>
<view
class=
"group"
v-for=
"item in list"
:key=
"item.code"
:id=
"'index'+item.code"
>
<view
class=
"group-name"
>
{{
item
.
code
}}
</view>
<view
class=
"item"
v-for=
"child in item.children"
@
click=
"selected(child)"
>
{{
child
.
project_name_cn
}}
</view>
</view>
<view
class=
""
style=
"height: 100rpx;width: 100%;"
></view>
</scroll-view>
<!--
<view
class=
"group"
v-for=
"item in list"
:key=
"item.code"
>
<view
class=
"group-name"
:id=
"`index$
{item.code}`">
{{
item
.
code
}}
</view>
...
...
@@ -115,7 +116,13 @@
flex-flow: column;
justify-content: center;
align-items: center;
overflow: hidden;
width: 100%;
height: calc(100vh - 88rpx);
// #ifdef APP
height: 100vh;
// #endif
}
.search-box {
...
...
@@ -144,9 +151,17 @@
}
.list {
// width: 100%;
position: relative;
width: 100%;
height: calc(100vh - 188rpx);
overflow-y: auto;
// #ifdef APP
height: calc(100vh - 100rpx);
// #endif
// height: calc(100vh - 188rpx);
// overflow-y: auto;
.group-name {
background-color: @uni-bg-color-grey;
...
...
This diff is collapsed.
Click to expand it.
unpackage/dist/build/app-plus/manifest.json
View file @
0b3ec750
{
"@platforms"
:[
"android"
,
"iPhone"
,
"iPad"
],
"id"
:
"__UNI__E6A1DF0"
,
"name"
:
"HPML Folders"
,
"version"
:{
"name"
:
"1.0.7"
,
"code"
:
2024110111
},
"description"
:
""
,
"launch_path"
:
"__uniappview.html"
,
"developer"
:{
"name"
:
""
,
"email"
:
""
,
"url"
:
""
},
"permissions"
:{
"Camera"
:{},
"Push"
:{},
"UniNView"
:{
"description"
:
"UniNView原生渲染"
}},
"plus"
:{
"useragent"
:{
"value"
:
"uni-app"
,
"concatenate"
:
true
},
"splashscreen"
:{
"target"
:
"id:1"
,
"autoclose"
:
true
,
"waiting"
:
true
,
"delay"
:
0
},
"popGesture"
:
"close"
,
"launchwebview"
:{
"id"
:
"1"
,
"kernel"
:
"WKWebview"
},
"statusbar"
:{
"immersed"
:
"supportedDevice"
,
"style"
:
"dark"
,
"background"
:
"#fff"
},
"compatible"
:{
"ignoreVersion"
:
true
},
"usingComponents"
:
true
,
"nvueStyleCompiler"
:
"uni-app"
,
"compilerVersion"
:
3
,
"distribute"
:{
"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"
},
"ios"
:{
"appstore"
:
"unpackage/res/icons/1024x1024.png"
,
"iphone"
:{
"app@2x"
:
"unpackage/res/icons/120x120.png"
,
"app@3x"
:
"unpackage/res/icons/180x180.png"
,
"spotlight@2x"
:
"unpackage/res/icons/80x80.png"
,
"spotlight@3x"
:
"unpackage/res/icons/120x120.png"
,
"settings@2x"
:
"unpackage/res/icons/58x58.png"
,
"settings@3x"
:
"unpackage/res/icons/87x87.png"
,
"notification@3x"
:
"unpackage/res/icons/60x60.png"
,
"notification@2x"
:
"unpackage/res/icons/40x40.png"
},
"ipad"
:{
"app"
:
"unpackage/res/icons/76x76.png"
,
"app@2x"
:
"unpackage/res/icons/152x152.png"
,
"proapp@2x"
:
"unpackage/res/icons/167x167.png"
,
"spotlight"
:
"unpackage/res/icons/40x40.png"
,
"spotlight@2x"
:
"unpackage/res/icons/80x80.png"
,
"settings"
:
"unpackage/res/icons/29x29.png"
,
"settings@2x"
:
"unpackage/res/icons/58x58.png"
,
"notification"
:
"unpackage/res/icons/20x20.png"
,
"notification@2x"
:
"unpackage/res/icons/40x40.png"
}}},
"google"
:{
"permissions"
:[
"<uses-permission android:name=
\"
android.permission.CHANGE_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.MOUNT_UNMOUNT_FILESYSTEMS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.VIBRATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_LOGS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.ACCESS_WIFI_STATE
\"
/>"
,
"<uses-feature android:name=
\"
android.hardware.camera.autofocus
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.ACCESS_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CAMERA
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.GET_ACCOUNTS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_PHONE_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CHANGE_WIFI_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.WAKE_LOCK
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.FLASHLIGHT
\"
/>"
,
"<uses-feature android:name=
\"
android.hardware.camera
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.WRITE_SETTINGS
\"
/>"
],
"abiFilters"
:[
"armeabi-v7a"
,
"arm64-v8a"
,
"x86"
],
"targetSdkVersion"
:
34
},
"apple"
:{
"dSYMs"
:
false
,
"idfa"
:
false
,
"privacyDescription"
:{
"NSPhotoLibraryUsageDescription"
:
"讀取相冊選擇並上傳所需要的憑證照片"
,
"NSCameraUsageDescription"
:
"使用相機拍攝並上傳所需要的憑證照片"
}},
"plugins"
:{
"ad"
:{},
"push"
:{
"unipush"
:{
"icons"
:{
"small"
:{
"xxhdpi"
:
"unpackage/res/icons/72x72.png"
,
"xhdpi"
:
"unpackage/res/icons/40x40.png"
,
"hdpi"
:
"unpackage/res/icons/40x40.png"
,
"mdpi"
:
"unpackage/res/icons/29x29.png"
,
"ldpi"
:
"unpackage/res/icons/20x20.png"
}}}},
"audio"
:{
"mp3"
:{
"description"
:
"Android平台录音支持MP3格式文件"
}}}},
"uniStatistics"
:{
"enable"
:
false
},
"allowsInlineMediaPlayback"
:
true
,
"safearea"
:{
"background"
:
"#ffffff"
,
"bottom"
:{
"offset"
:
"auto"
}},
"uni-app"
:{
"compilerVersion"
:
"4.15"
,
"control"
:
"uni-v3"
,
"nvueCompiler"
:
"uni-app"
,
"renderer"
:
"auto"
,
"nvue"
:{
"flex-direction"
:
"column"
},
"nvueLaunchMode"
:
"normal"
},
"tabBar"
:{
"color"
:
"#7A7E83"
,
"selectedColor"
:
"#32BAEC"
,
"fontSize"
:
"12px"
,
"iconWidth"
:
"20px"
,
"borderStyle"
:
"rgba(255,255,255,0.4)"
,
"backgroundColor"
:
"#ffffff"
,
"list"
:[{
"pagePath"
:
"pages/opinion/list"
,
"iconPath"
:
"static/images/index.png"
,
"selectedIconPath"
:
"static/images/index-active.png"
,
"text"
:
"意見列表"
},{
"pagePath"
:
"pages/user/user"
,
"iconPath"
:
"static/images/user.png"
,
"selectedIconPath"
:
"static/images/user-active.png"
,
"text"
:
"我的"
}],
"height"
:
"50px"
},
"launch_path"
:
"__uniappview.html"
}}
\ No newline at end of file
{
"@platforms"
:[
"android"
,
"iPhone"
,
"iPad"
],
"id"
:
"__UNI__E6A1DF0"
,
"name"
:
"HPML Folders"
,
"version"
:{
"name"
:
"1.0.8"
,
"code"
:
2024110715
},
"description"
:
""
,
"launch_path"
:
"__uniappview.html"
,
"developer"
:{
"name"
:
""
,
"email"
:
""
,
"url"
:
""
},
"permissions"
:{
"Camera"
:{},
"Push"
:{},
"UniNView"
:{
"description"
:
"UniNView原生渲染"
}},
"plus"
:{
"useragent"
:{
"value"
:
"uni-app"
,
"concatenate"
:
true
},
"splashscreen"
:{
"target"
:
"id:1"
,
"autoclose"
:
true
,
"waiting"
:
true
,
"delay"
:
0
},
"popGesture"
:
"close"
,
"launchwebview"
:{
"id"
:
"1"
,
"kernel"
:
"WKWebview"
},
"statusbar"
:{
"immersed"
:
"supportedDevice"
,
"style"
:
"dark"
,
"background"
:
"#fff"
},
"compatible"
:{
"ignoreVersion"
:
true
},
"usingComponents"
:
true
,
"nvueStyleCompiler"
:
"uni-app"
,
"compilerVersion"
:
3
,
"distribute"
:{
"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"
},
"ios"
:{
"appstore"
:
"unpackage/res/icons/1024x1024.png"
,
"iphone"
:{
"app@2x"
:
"unpackage/res/icons/120x120.png"
,
"app@3x"
:
"unpackage/res/icons/180x180.png"
,
"spotlight@2x"
:
"unpackage/res/icons/80x80.png"
,
"spotlight@3x"
:
"unpackage/res/icons/120x120.png"
,
"settings@2x"
:
"unpackage/res/icons/58x58.png"
,
"settings@3x"
:
"unpackage/res/icons/87x87.png"
,
"notification@3x"
:
"unpackage/res/icons/60x60.png"
,
"notification@2x"
:
"unpackage/res/icons/40x40.png"
},
"ipad"
:{
"app"
:
"unpackage/res/icons/76x76.png"
,
"app@2x"
:
"unpackage/res/icons/152x152.png"
,
"proapp@2x"
:
"unpackage/res/icons/167x167.png"
,
"spotlight"
:
"unpackage/res/icons/40x40.png"
,
"spotlight@2x"
:
"unpackage/res/icons/80x80.png"
,
"settings"
:
"unpackage/res/icons/29x29.png"
,
"settings@2x"
:
"unpackage/res/icons/58x58.png"
,
"notification"
:
"unpackage/res/icons/20x20.png"
,
"notification@2x"
:
"unpackage/res/icons/40x40.png"
}}},
"google"
:{
"permissions"
:[
"<uses-permission android:name=
\"
android.permission.CHANGE_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.MOUNT_UNMOUNT_FILESYSTEMS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.VIBRATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_LOGS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.ACCESS_WIFI_STATE
\"
/>"
,
"<uses-feature android:name=
\"
android.hardware.camera.autofocus
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.ACCESS_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CAMERA
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.GET_ACCOUNTS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_PHONE_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CHANGE_WIFI_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.WAKE_LOCK
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.FLASHLIGHT
\"
/>"
,
"<uses-feature android:name=
\"
android.hardware.camera
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.WRITE_SETTINGS
\"
/>"
],
"abiFilters"
:[
"armeabi-v7a"
,
"arm64-v8a"
,
"x86"
],
"targetSdkVersion"
:
34
},
"apple"
:{
"dSYMs"
:
false
,
"idfa"
:
false
,
"privacyDescription"
:{
"NSPhotoLibraryUsageDescription"
:
"讀取相冊選擇並上傳所需要的憑證照片"
,
"NSCameraUsageDescription"
:
"使用相機拍攝並上傳所需要的憑證照片"
}},
"plugins"
:{
"ad"
:{},
"push"
:{
"unipush"
:{
"icons"
:{
"small"
:{
"xxhdpi"
:
"unpackage/res/icons/72x72.png"
,
"xhdpi"
:
"unpackage/res/icons/40x40.png"
,
"hdpi"
:
"unpackage/res/icons/40x40.png"
,
"mdpi"
:
"unpackage/res/icons/29x29.png"
,
"ldpi"
:
"unpackage/res/icons/20x20.png"
}}}},
"audio"
:{
"mp3"
:{
"description"
:
"Android平台录音支持MP3格式文件"
}}}},
"uniStatistics"
:{
"enable"
:
false
},
"allowsInlineMediaPlayback"
:
true
,
"safearea"
:{
"background"
:
"#ffffff"
,
"bottom"
:{
"offset"
:
"auto"
}},
"uni-app"
:{
"compilerVersion"
:
"4.15"
,
"control"
:
"uni-v3"
,
"nvueCompiler"
:
"uni-app"
,
"renderer"
:
"auto"
,
"nvue"
:{
"flex-direction"
:
"column"
},
"nvueLaunchMode"
:
"normal"
},
"tabBar"
:{
"color"
:
"#7A7E83"
,
"selectedColor"
:
"#32BAEC"
,
"fontSize"
:
"12px"
,
"iconWidth"
:
"20px"
,
"borderStyle"
:
"rgba(255,255,255,0.4)"
,
"backgroundColor"
:
"#ffffff"
,
"list"
:[{
"pagePath"
:
"pages/opinion/list"
,
"iconPath"
:
"static/images/index.png"
,
"selectedIconPath"
:
"static/images/index-active.png"
,
"text"
:
"意見列表"
},{
"pagePath"
:
"pages/user/user"
,
"iconPath"
:
"static/images/user.png"
,
"selectedIconPath"
:
"static/images/user-active.png"
,
"text"
:
"我的"
}],
"height"
:
"50px"
},
"launch_path"
:
"__uniappview.html"
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment