billsDetail.vue
328 Bytes
<template>
</template>
<script setup>
import * as api from '@/common/api.js'
import {
ref,
getCurrentInstance
} from 'vue';
import {
onLoad
} from '@dcloudio/uni-app'
const {
proxy
} = getCurrentInstance()
onLoad((options) => {
})
</script>
<style lang="scss" scoped>
</style>