当前位置:网站首页>No logic is executed after the El form is validated successfully
No logic is executed after the El form is validated successfully
2022-07-02 05:08:00 【Attacking Yuan people】
form Forms validate No logic is executed after success
01. Problem analysis
1. The prompt will be executed when the verification form fails , No logic is executed after passing , As shown in the figure below
2. According to the correct logic , The console will output success, But the task logic is not executed after the verification , Therefore, it is the method return problem after the validation rule passes
02. View existing rules
1. see form Forms rules Logic , As shown in the figure below
2. The age is verified in the figure , Prompt for null value
3. Most of the time, I feel that there is no problem in such verification , But only the wrong logic is executed here , Not executing the correct logic , Therefore, it is necessary to execute the correct logic when it is worth it
03. Problem solving
1. Add correct processing logic to the verification method , As shown in the figure below
2. Added callbak() Method , Used for logical execution after verification
Be careful
1. All methods of customizing validation rules , whatever ( situation ) It needs to be implemented in all cases callback() Method
边栏推荐
猜你喜欢
Analyzing the hands-on building tutorial in children's programming
Lm09 Fisher inverse transform inversion mesh strategy
数学知识——快速幂的理解及例题
Solution of DM database unable to open graphical interface
Collectors.groupingBy 排序
AcrelEMS高速公路微电网能效管理平台与智能照明解决方案智慧点亮隧道
Record my pytorch installation process and errors
2022阿里巴巴全球数学竞赛 第4题 虎虎生威(盲盒问题、集卡问题)解决思路
Summary of common string processing functions in C language
農業生態領域智能機器人的應用
随机推荐
Beginner crawler - biqu Pavilion crawler
Pycharm breakpoint management: temporarily cancel some breakpoints + run directly to a line
TypeScript函数详解
Feign realizes file uploading and downloading
Leetcode basic programming: array
Go implements leetcode rotation array
[opencv] image binarization
js面试收藏试题1
Knowledge arrangement about steam Education
Latest: the list of universities and disciplines for the second round of "double first-class" construction was announced
fastText文本分类
数据库问题汇总
10 minute quick start UI automation ----- puppeter
Application of intelligent robot in agricultural ecology
National all Chinese Automatic Test Software apifox
How to make an RPM file
DMA Porter
LM09丨费雪逆变换反转网格策略
初学爬虫-笔趣阁爬虫
删除排序数组中的重复项go语言实现