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

删除无用代码

上级 746d6c38
...@@ -126,14 +126,6 @@ function handleSubmit() { ...@@ -126,14 +126,6 @@ function handleSubmit() {
margin-top: 0.66rem; 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) { :deep(.van-button) {
font-size: 0.28rem; font-size: 0.28rem;
......
<script setup lang="ts"> <script setup lang="ts">
// import type { FormInfo } from '../types'
import { Toast } from 'vant' import { Toast } from 'vant'
import * as api from '../api' import * as api from '../api'
......
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
import { useInfiniteScroll } from '@vueuse/core' import { useInfiniteScroll } from '@vueuse/core'
import { ref, onMounted, reactive } from 'vue' import { ref, onMounted, reactive } from 'vue'
import * as api from '../api' import * as api from '../api'
// import type { licenseeList } from '../types'
// const data = ref<licenseeList>({
// list: []
// })
interface licenseeList { interface licenseeList {
loading: boolean loading: boolean
page: number page: number
...@@ -39,7 +36,7 @@ onMounted(() => { ...@@ -39,7 +36,7 @@ onMounted(() => {
handleLicenseList() handleLicenseList()
}) })
// 滚动加载 // 滚动加载
const el = ref<Document>() const el = ref<HTMLElement>()
useInfiniteScroll( useInfiniteScroll(
document, 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(() => { ...@@ -16,8 +16,6 @@ onMounted(() => {
} else if (router.currentRoute.value.query.active === '2') { } else if (router.currentRoute.value.query.active === '2') {
active.value = 2 active.value = 2
} }
console.log(router.currentRoute.value.query.active, '123')
console.log('9999')
}) })
</script> </script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论