Browse Source

修改显示

zs 11 tháng trước cách đây
mục cha
commit
328216f347
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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