浏览代码

启动滚动

lifanagju_citu 11 月之前
父节点
当前提交
47a8958ea8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/personal/myPublicRecruitment/components/bountyDisplay.vue

+ 1 - 1
src/views/personal/myPublicRecruitment/components/bountyDisplay.vue

@@ -128,7 +128,7 @@ onMounted(() => {
       list.value = listSource
       list.value = listSource
       len = listSource.length
       len = listSource.length
     }
     }
-    scroll()
+    scroll() // 启动滚动
   }
   }
 })
 })
 </script>
 </script>