zhangyaowen 3 miesięcy temu
rodzic
commit
b13ab5205c

+ 1 - 1
pages/enter/businessLicenseEnter/list.vue

@@ -125,7 +125,7 @@ onShow(() => {
   page.value = 0;
   list.value = [];
   loadMoreStatus.value = 'loadmore';
-  // loadMore();
+  loadMore();
 })
 
 onMounted(() => {

+ 7 - 7
pages/enter/index.vue

@@ -24,13 +24,13 @@
 <script setup>
 import sheep from '@/sheep';
 const cardList = [
-  {
-    title: '身份证录入',
-    thumb: 'https://cdn.uviewui.com/uview/example/card1.png',
-    path: '/pages/enter/idEnter/list',
-    description: '点击进入身份证信息录入页面',
-    btnType: 'primary'
-  },
+  // {
+  //   title: '身份证录入',
+  //   thumb: 'https://cdn.uviewui.com/uview/example/card1.png',
+  //   path: '/pages/enter/idEnter/list',
+  //   description: '点击进入身份证信息录入页面',
+  //   btnType: 'primary'
+  // },
   {
     title: '营业执照录入',
     thumb: 'https://cdn.uviewui.com/uview/example/card3.png',