瀏覽代碼

启动滚动

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
       len = listSource.length
     }
-    scroll()
+    scroll() // 启动滚动
   }
 })
 </script>