新生报到移动端V1.0
This commit is contained in:
23
pages/loan/loan.vue
Normal file
23
pages/loan/loan.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<!-- 助学贷款 -->
|
||||
<template>
|
||||
<view>
|
||||
正在开发中...
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user