完成:黄家明项目的开发并存档

This commit is contained in:
2025-06-17 12:21:15 +08:00
parent 942143c678
commit d37e9509c1
18 changed files with 437 additions and 105 deletions

View File

@@ -43,7 +43,8 @@ const Bx: React.FC = () => {
setRefreshing(true)
const res = await pageHjmBxLog({
keywords: keywords.trim()
keywords: keywords.trim(),
userId: Taro.getStorageSync('UserId')
})
setList(res?.list.map(d => {
@@ -85,7 +86,7 @@ const Bx: React.FC = () => {
}
useEffect(() => {
reload()
reload().then()
}, [])
return (