货无忧
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
502 B

<template>
<u-navbar title="复核" bgColor='#D3832A' leftIconColor='#ffffff' titleStyle='color:#ffffff' placeholder
:autoBack="true" leftIconSize='35'></u-navbar>
</template>
<script lang="ts" setup>
import {
} from '@/api/user.js'
import { reactive } from "vue";
import {
onLoad,
onShow,
onHide,
onUnload
} from '@dcloudio/uni-app';
let details = reactive({
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
})
</script>
<style lang="scss">
</style>