feat:样品分析计算

This commit is contained in:
houjunxiang
2026-01-30 19:39:32 +08:00
parent 9b0834f4c1
commit 6a3d0c7bdd
6 changed files with 182 additions and 68 deletions

View File

@@ -1,5 +1,5 @@
<script setup>
import { onLaunch, onShow, onError } from '@dcloudio/uni-app'
import { onLaunch, onShow, onError,onHide } from '@dcloudio/uni-app'
import { NxInit } from './nx'
import $store from '@/nx/store'
@@ -29,7 +29,12 @@ onError(err => {
console.log('AppOnError:', err)
})
onShow(() => {})
onShow(() => {
console.log('显示')
})
onHide(()=>{
console.log('隐藏了')
})
</script>
<style lang="scss">