提交app

This commit is contained in:
guanj
2026-04-13 10:12:04 +08:00
parent db097bc64a
commit bac0f83f64
26 changed files with 2344 additions and 1901 deletions

View File

@@ -1,5 +1,6 @@
<template>
<view class="dateReport">
<!-- {{ height }} -->
<!-- <view class="pd20">
<uni-segmented-control
:current="curSub"
@@ -97,7 +98,7 @@ export default {
},
created() {},
mounted() {
this.setHeight()
// this.setHeight()
},
methods: {
setHeight() {
@@ -106,7 +107,7 @@ export default {
.boundingClientRect((rect) => {
//
// #ifdef H5
this.height = rect?.height + 20 || 0
this.height = rect?.height + 80 || 0
// #endif
// #ifdef APP-PLUS
this.height = rect?.height + 30 || 0
@@ -136,10 +137,11 @@ export default {
select(value) {
this.selectValue = value
this.init()
setTimeout(() => {
setTimeout(() => {
this.setHeight()
}, 100)
}, 200)
this.init()
},
// 下载
download(item) {