Files
zhxg_xsbdV1.0/pages/loan/loan.vue

24 lines
202 B
Vue
Raw Permalink Normal View History

2025-07-16 17:44:45 +08:00
<!-- 助学贷款 -->
<template>
<view>
正在开发中...
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>