Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 个人中心email与phone验证 #1934

Merged
merged 30 commits into from
Sep 14, 2024

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    3c175ef View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. feat:个人中心修改 phone 和 email 需要进行验证码验证(完成UI)

    # Reviewed, transaction id: 16828
    JoJohw committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    72604a2 View commit details
    Browse the repository at this point in the history
  2. feat:封装倒计时hook,用于button倒计时

    # Reviewed, transaction id: 16907
    JoJohw committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    12052f5 View commit details
    Browse the repository at this point in the history
  3. feat:增加postPersonalCenterUserPhoneCaptcha和

    postPersonalCenterUserEmailCaptcha接口
    # Reviewed, transaction id: 16938
    JoJohw committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b812ab5 View commit details
    Browse the repository at this point in the history
  4. feat:移除验证icon及字体

    # Reviewed, transaction id: 16940
    JoJohw committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    24698c3 View commit details
    Browse the repository at this point in the history
  5. refactor: 将个人中心-修改验证邮箱手机号逻辑迁移至

    verifyIdentityInfoDialog组件下
    # Reviewed, transaction id: 16970
    JoJohw committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ad45b98 View commit details
    Browse the repository at this point in the history
  6. feat:个人中心-修改验证邮箱手机号增加校验

    # Reviewed, transaction id: 17004
    JoJohw committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    747b090 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. feat:个人中心email phone验证UI基本完成,准备开始接口调试

    # Reviewed, transaction id: 17099
    JoJohw committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c158f69 View commit details
    Browse the repository at this point in the history
  2. feat: 个人中心代码遗漏

    # Reviewed, transaction id: 17108
    JoJohw committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f1689df View commit details
    Browse the repository at this point in the history
  3. feat:补充个人中心index遗失的代码

    # Reviewed, transaction id: 17112
    JoJohw committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    cf8c9e8 View commit details
    Browse the repository at this point in the history
  4. feat:完善验证Dialog的验证ui,并在打开dialog时同步区号、邮箱、电话

    # Reviewed, transaction id: 17144
    JoJohw committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    06570bd View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. feat:接口联调基本完毕

    # Reviewed, transaction id: 17181
    JoJohw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    aab1311 View commit details
    Browse the repository at this point in the history
  2. fix:修复editable_directly自定义修改邮箱[204]成功后,重新请求数据,发现邮箱

    并未更新为自定义和新邮箱的问题,前端提交请求is_inherited_email: true导致
    # Reviewed, transaction id: 17228
    JoJohw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    377433e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    9a943e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Merge branch 'main' into feat/personal-center-validate

    # Reviewed, transaction id: 17558
    JoJohw committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0de67be View commit details
    Browse the repository at this point in the history
  2. style: 处理unknown word

    # Reviewed, transaction id: 17559
    JoJohw committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8808d8b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. fix: 修复手机号更新后,切换option时不同步新手机号的问题

    fix: 修复空邮箱仍能弹出验证的问题
    style: UI同步设计稿
    # Reviewed, transaction id: 17832
    v_hhwhhuang committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b2b6dae View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge branch 'main' into feat/personal-center-validate

    v_hhwhhuang committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e66dd05 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/personal-center-validate

    # Reviewed, transaction id: 17846
    v_hhwhhuang committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    88fa404 View commit details
    Browse the repository at this point in the history
  3. style: 修改bk-select line-height对其bk-input,并使二者贴合

    # Reviewed, transaction id: 17872
    v_hhwhhuang committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8df84f7 View commit details
    Browse the repository at this point in the history
  4. feat:验证码错误不再直接关闭dialog,去除修改、验证失败的infobox

    # Reviewed, transaction id: 17875
    v_hhwhhuang committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e21617e View commit details
    Browse the repository at this point in the history
  5. feat:优化验证码错误展示逻辑,调整select与input的间隙

    # Reviewed, transaction id: 17979
    v_hhwhhuang committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5dd4d2f View commit details
    Browse the repository at this point in the history
  6. refactor: 优化patchUsersEmail,patchUsersPhone写法

    # Reviewed, transaction id: 17986
    v_hhwhhuang committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c66eb2c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. fix:修复个人中心验证码若干问题

    1. 验证码-错误提示没有展示对应的错误信息(bugfix)
    2. 验证码-兼容超长文本overflowTitle(feat)
    3. 验证码-必填项与错误信息文本重合(bugfix)
    4. 验证码-错误提示有缓存(bugfix)
    5. 验证码-邮箱发送不了验证码,一直弹必填项(bugfix)
    6. 验证码-手机号为空可以发送验证码(bugfix)
    7. 继承数据源切换自定义数据,在点击取消,重新打开select显示自定义数据,接口参数却显示继承(bugfix)
    # Reviewed, transaction id: 18094
    v_hhwhhuang committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    021d1fa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/personal-center-validate

    v_hhwhhuang committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a018cc6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into feat/personal-center-validate

    # Reviewed, transaction id: 18100
    v_hhwhhuang committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d09797a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge branch 'main' into feat/personal-center-validate

    v_hhwhhuang committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a1a6daf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/personal-center-validate

    # Reviewed, transaction id: 18307
    v_hhwhhuang committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    47483b0 View commit details
    Browse the repository at this point in the history
  3. fix:修改完自定义手机号,点击编辑邮箱,邮箱的数据会变成手机号

    # Reviewed, transaction id: 18308
    v_hhwhhuang committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f59b5d3 View commit details
    Browse the repository at this point in the history
  4. fix:修改完手机号,邮箱,不展示最新数据

    fix:修改完手机号,刷新页面,初始展示的继承数据源,但接口却是自定义
    # Reviewed, transaction id: 18366
    v_hhwhhuang committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ed10756 View commit details
    Browse the repository at this point in the history