藕粉社区's Archiver
论坛
›
设计开发
› 手写签名(继续流转时)
UserChen
发表于 2024-11-14 16:21:53
手写签名(继续流转时)
有没有哪位知道继续流转的时候,这个手写签名如何设置为必填或者对他进行校验,如果没签名就提示他必需签名
论坛管理员
发表于 2024-11-15 10:22:00
表单的提交事件里去判断
if(this.form.medias.length>0){
return true;
}else{
return "必填"
}
UserChen
发表于 2024-11-15 11:15:40
感谢 :handshake:handshake
页:
[1]
查看完整版本:
手写签名(继续流转时)