Browse Source

启动滚动

lifanagju_citu 11 tháng trước cách đây
mục cha
commit
47a8958ea8

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

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