Skip to content
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
This repository was archived by the owner on Mar 11, 2021. It is now read-only.

前后端数据数据限制未统一 #23

@jjaychen1e

Description

@jjaychen1e

当我们尝试传入一个较长的文本,我们会发现上传失败:
image

查看后端的输出:
image
是由于数据库中限制文本内容不超过 240字节(也就是 120 个汉字),而前端并没有对用户的输入做限制,所以导致了这样的错误,使得用户得到了糟糕的体验。于是我们增加前端的逻辑,提示、限制用户的输入:
image
image

当用户的输入超过限制时,会得到提示:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions