Comparing version 1.4.9 to 1.5.0
{ | ||
"name": "fzm-ui", | ||
"version": "1.4.9", | ||
"version": "1.5.0", | ||
"main": "dist/main.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -21,3 +21,4 @@ # fzm-ui | ||
`sty`: String `非必须` 风格 可选值'absolute' 'relative' 'auto',不填为fixed风格,并wrap宽高均为100%,设置为'auto'则宽高均为auto; | ||
`invite` String `非必须` 邀请码 | ||
`context` Function `非必须` 向登录注册传递的上下文钩子 | ||
### 假如需要在 a.vue 中使用fzm-ui中的登录注册组件FzmLogReg | ||
@@ -151,5 +152,5 @@ ```vue | ||
## 发现BUG | ||
- [ ] 记住密码在切换手机和邮箱的时候,如果实现已经有密码了,不会执行判断是否注册的步骤 | ||
- [x] 记住密码在切换手机和邮箱的时候,如果实现已经有密码了,不会执行判断是否注册的步骤 | ||
- [x] ~~有时候腾讯云的验证不出现~~ | ||
- [ ] 多次发送验证码之后,进行注册,后台以第一次发送的验证码为正确的验证码,而不是以最后一次发送的验证码为验证码 | ||
- [x] 多次发送验证码之后,进行注册,后台以第一次发送的验证码为正确的验证码,而不是以最后一次发送的验证码为验证码 | ||
- [x] ~~腾讯云验证码在加载之后虽然进行capDestory操作,但是在html中仍然保留了创建的script(老版本也存在该问题)~~ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
155
413631