zs 9 months ago
parent
commit
c25bb6c909
2 changed files with 28 additions and 53 deletions
  1. 1 3
      src/views/detail/news.vue
  2. 27 50
      src/views/detail/newsDetail.vue

+ 1 - 3
src/views/detail/news.vue

@@ -105,9 +105,7 @@ onMounted(async () => {
 const searchOther = async () => {
   const info = {
     skip: 0,
-    limit: 6,
-    status: '1',
-    is_use: '0'
+    limit: 6
   }
   let res
   res = await achievementStore.query(info)

File diff suppressed because it is too large
+ 27 - 50
src/views/detail/newsDetail.vue