Iceberry-qdd / icehub-frontend

A twitter-like social networking site.
MIT License
0 stars 0 forks source link

🐛 搜索页面只有用户时,加载旋转按钮不消失 #44

Closed Iceberry-qdd closed 2 days ago

Iceberry-qdd commented 7 months ago

目前通过判断搜索结果是否有PostReview切换该加载旋钮动作。

https://github.com/Iceberry-qdd/icehub-frontend/blob/38bc1505d3c7dc0c17a903616639bec053e52c85/src/components/tailwind/search/Search.vue#L168-L174

https://github.com/Iceberry-qdd/icehub-frontend/blob/38bc1505d3c7dc0c17a903616639bec053e52c85/src/components/tailwind/search/Search.vue#L114-L116

https://github.com/Iceberry-qdd/icehub-frontend/blob/38bc1505d3c7dc0c17a903616639bec053e52c85/src/components/tailwind/search/Search.vue#L49-L50