Browse Source

修改显示

zs 11 months ago
parent
commit
328216f347
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/main/six.vue

+ 1 - 1
src/views/main/six.vue

@@ -211,7 +211,7 @@ const list = ref([
 ])
 let skip = 0
 let limit = inject('limit')
-const total = ref(0)
+const total = ref(6)
 // 请求
 onMounted(async () => {
   loading.value = true