Browse Source

移除列表无限加载状态

zhuf 1 year ago
parent
commit
6c67aa0ee7
3 changed files with 1100 additions and 965 deletions
  1. 14 14
      package.json
  2. 1085 951
      pnpm-lock.yaml
  3. 1 0
      src/components/RemoteListHalf/index.vue

+ 14 - 14
package.json

@@ -21,35 +21,35 @@
     "@element-plus/icons-vue": "^2.1.0",
     "@vueuse/components": "^9.13.0",
     "@vueuse/core": "^9.13.0",
-    "agora-rtc-sdk-ng": "^4.18.2",
-    "axios": "^1.5.0",
-    "element-plus": "^2.3.14",
-    "tinymce": "^6.7.0",
-    "vant": "^4.6.8",
+    "agora-rtc-sdk-ng": "^4.19.2",
+    "axios": "^1.5.1",
+    "element-plus": "^2.4.1",
+    "tinymce": "^6.7.2",
+    "vant": "^4.7.2",
     "vconsole": "^3.15.1",
-    "vue": "^3.3.4",
-    "vue-router": "^4.2.4"
+    "vue": "^3.3.7",
+    "vue-router": "^4.2.5"
   },
   "devDependencies": {
     "@antfu/eslint-config": "^0.27.0",
-    "@iconify/json": "^2.2.116",
-    "@types/node": "^18.17.16",
+    "@iconify/json": "^2.2.133",
+    "@types/node": "^18.18.6",
     "@vitejs/plugin-basic-ssl": "^1.0.1",
     "@vitejs/plugin-legacy": "^4.1.1",
-    "@vitejs/plugin-vue": "^4.3.4",
+    "@vitejs/plugin-vue": "^4.4.0",
     "@windicss/plugin-scrollbar": "^1.2.3",
-    "eslint": "^8.49.0",
+    "eslint": "^8.52.0",
     "husky": "^8.0.3",
     "magic-string": "^0.26.7",
-    "sass": "^1.67.0",
+    "sass": "^1.69.4",
     "typescript": "^4.9.5",
     "unplugin-auto-import": "^0.10.3",
     "unplugin-icons": "^0.14.15",
     "unplugin-vue-components": "^0.22.12",
-    "vite": "^4.4.9",
+    "vite": "^4.5.0",
     "vite-plugin-top-level-await": "^1.3.1",
     "vite-plugin-windicss": "^1.9.1",
-    "vue-tsc": "^1.8.11",
+    "vue-tsc": "^1.8.20",
     "windicss": "^3.5.6"
   }
 }

File diff suppressed because it is too large
+ 1085 - 951
pnpm-lock.yaml


+ 1 - 0
src/components/RemoteListHalf/index.vue

@@ -61,6 +61,7 @@ function onLoad() {
 
       // }
       list = chunk(res.data.page_data, 2)
+      refreshing = false
       loading = false
       page++
       if (res.data.page_now === res.data.total_page) {