feat: optimize hpoi user

This commit is contained in:
DIYgod
2020-03-08 03:00:15 +08:00
parent 225e2b39bc
commit fdbfc89cc0
2 changed files with 19 additions and 17 deletions

View File

@@ -141,11 +141,11 @@ pageClass: routes
### 用户动态
<Route author="luyuhuang" path="/hpoi/user/:user_id/:caty" example="/hpoi/user/116297/buy" :paramsDesc="['用户ID', '类别, 见下表']">
<Route author="luyuhuang DIYgod" path="/hpoi/user/:user_id/:caty" example="/hpoi/user/116297/buy" :paramsDesc="['用户ID', '类别, 见下表']">
| 想买的手办 | 预定的手办 | 已入的手办 |
| ---------- | ---------- | ---------- |
| want | preorder | buy |
| 想买 | 预定 | 已入 | 关注 | 有过 |
| ---- | -------- | ---- | ---- | ------ |
| want | preorder | buy | care | resell |
</Route>