shuishui

Results 2 issues of shuishui

有2个错误请求: 1:lncldglobal.com/1.1/users? 返回 code: 202 error: "Username has already been taken." 2:obal.com/1.1/classes/RoomUser? "Invalid value type for field 'nickname',value '"ad"',expect type is {:type "Object"},but it is '{:type "String"}'." 这是配置图 ![image](https://user-images.githubusercontent.com/7973293/108807731-17f52d00-75e0-11eb-9b49-ebf5be7faaff.png) ![image](https://user-images.githubusercontent.com/7973293/108807781-2ba09380-75e0-11eb-8e19-72e1ba42cf52.png)

bug

SyntaxError: D:/GIT/Tour/RN_Product/tour/node_modules/react-native-viewpager/ViewPager.js: Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25` (238:41) 238 | _getPage(pageIdx: number, loop =false: boolean) {