修改调整页面样式

This commit is contained in:
2024-10-18 16:27:51 +08:00
parent 91c716103e
commit f44cf801e8
22 changed files with 543 additions and 278 deletions

View File

@@ -54,18 +54,20 @@
onLoad
} from '@dcloudio/uni-app'
import {
reactive,
reactive,onBeforeMount,
ref
} from 'vue';
let nouser = ref(false)
let timer=null
function emitChooser(data) {
uni.$emit('choose-user', data)
setTimeout(() => {
timer=setTimeout(() => {
uni.navigateBack()
}, 100)
}
onBeforeMount(()=>{
clearInterval(timer)
})
function chooseUser(index, item) {
if (index === undefined || item === undefined) {
nouser.value = true