e-bei

Results 14 comments of e-bei

本地调试userRouter接口报错 { "username": "百倍", "avatar_pic": "https://thirdwx.qlogo.cn/mmopen/vi_32/BjtFxicUrfHe…tibNgUkic0ZKjjLN0o7DJMGsWicRFhJHgTrSNlYW4qibA/132", "$url": "wxLogin" } ![image](https://user-images.githubusercontent.com/20033609/203996285-c03507b2-7a86-47aa-ad0d-e31f0ffd28a3.png)

登录正常了,是因为我手动添加了一个用户导致

又有一个新问题,单词本是空的,我要怎么添加呢? ![image](https://user-images.githubusercontent.com/20033609/203996979-9da4574f-7531-430c-b527-7e4b5c280911.png)

我在你提供的另一份数据库文件里没有找到word_book相关的表结构。可以提供一份有初始化数据的脚本给我吗? ![image](https://user-images.githubusercontent.com/20033609/203998256-d4937de4-3554-49b3-8fc0-d1f7edaf3cbe.png)

这里也没找到各表的结构或初始化数据 ![image](https://user-images.githubusercontent.com/20033609/203998619-4f1dfe8c-ca9e-45b7-a594-78d89978e596.png)

哈哈,原来如此!我改下表名试下,非常感谢

选择书本后,进入学习单词页面报错,明天再继续摸索一下 ![image](https://user-images.githubusercontent.com/20033609/204001114-2b5fa35d-50a2-4517-b87e-7924ba3577f2.png)

wordDetail中没有找到translation字段,导致强制转换json对象报错,我怀疑是不是我的数据库不是最新的原因。 ![image](https://user-images.githubusercontent.com/20033609/204086035-6b7c6f04-3506-4606-b0c9-0d1578cc180e.png)

通过await wordApi.getLearningData,查询learning_record表中的数据 ![image](https://user-images.githubusercontent.com/20033609/204090536-ccb0ab46-875e-4b59-b564-ec935180c47b.png) 返回的结果 ![1669468008994](https://user-images.githubusercontent.com/20033609/204090518-8e2b5644-1f77-4df6-8480-0f644b46ee0b.png) 对返回的结果进行处理,但上一步返回的数据中,并不包含tagList、translation、definition、exchange这些字段 ![image](https://user-images.githubusercontent.com/20033609/204090639-57d20f2e-779f-48e2-85eb-35d40670dd91.png)