提交 7e514250 authored 作者: matian's avatar matian

删除无用代码

上级 746d6c38
......@@ -126,14 +126,6 @@ function handleSubmit() {
margin-top: 0.66rem;
}
}
// .main_content_bottom {
// width: 100%;
// height: 3.28rem;
// display: block;
// margin-top: 0.66rem;
// background: url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/prp_h5/card_img.png) no-repeat;
// background-size: 100% 100%;
// }
}
:deep(.van-button) {
font-size: 0.28rem;
......
<script setup lang="ts">
// import type { FormInfo } from '../types'
import { Toast } from 'vant'
import * as api from '../api'
......
......@@ -2,10 +2,7 @@
import { useInfiniteScroll } from '@vueuse/core'
import { ref, onMounted, reactive } from 'vue'
import * as api from '../api'
// import type { licenseeList } from '../types'
// const data = ref<licenseeList>({
// list: []
// })
interface licenseeList {
loading: boolean
page: number
......@@ -39,7 +36,7 @@ onMounted(() => {
handleLicenseList()
})
// 滚动加载
const el = ref<Document>()
const el = ref<HTMLElement>()
useInfiniteScroll(
document,
() => {
......
export interface FormInfo {
name: string
mobile: string
cardNumber: string
email: string
address: string
}
export interface Ilist {
avatar: string
name: string
batch_name:string
certificate_number: string
}
export interface licenseeList {
list: Ilist[]
}
......@@ -16,8 +16,6 @@ onMounted(() => {
} else if (router.currentRoute.value.query.active === '2') {
active.value = 2
}
console.log(router.currentRoute.value.query.active, '123')
console.log('9999')
})
</script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论