修复已知问题

This commit is contained in:
2025-05-29 19:41:41 +08:00
parent a404f89f9e
commit 60326ca516
4 changed files with 342 additions and 54 deletions

View File

@@ -16,7 +16,7 @@ const Index = () => {
const reload = () => {
// 获取车辆列表
pageHjmCar({userId: Taro.getStorageSync('UserId')}).then(res => {
pageHjmCar({}).then(res => {
setList(res?.list || [])
})
}