密碼框獲取焦點實時判斷,提示正確錯誤

2021-10-09 14:28:38 字數 1012 閱讀 5041

密碼輸入不正確:提示資訊

密碼輸入正確:提示資訊

>原密碼不正確,請重新輸入正確密碼!

<

/span>

<

/div>

="msginfo_2" v-if=

"isdisplay_1"

>

"../../assets/images/codesuccess.png"

class

="img_codesuccess"

/>

<

/div>

<

/div>

export

default;}

, methods:

const userinfo =

json

.parse

(this

.$storage.

get(

"userinfo"))

;const username = userinfo.username;

this

.$postapi

("/verificationpwd",)

.then

(res =>

);//修改密碼之後跳轉到登入頁面

}else})

;},}

密碼框自動切換焦點

主要功能描述如下 1 輸入當前乙個數字後,焦點自動跳到乙個input輸入框 2 按退格鍵,如果當前內容是空的,則跳到上乙個input輸入框,並清空內容 非空的話,就清空內容即可 樣式神馬的,就自己改改就好了。實際使用的時候,input type password 較為方便一點 js部分 有一點需要注...

vue中監聽input框獲取焦點,失去焦點的問題

博主之前在用vue的獲取焦點,失去焦點的時候,出現了 blur和 focus無效的情況。當時百思不得其解。今天又在寫vue頁面的時候,突然 blur和 focus又好用了。emmmm,看來這部分值得一戰。1 html 這是html的輸入框。定義了乙個獲取焦點,失去焦點的方法 2 js部分 失去焦點和...

silverlight 獲取文字框焦點

1,如果專案允許在瀏覽器外執行 this.loaded object sender,routedeventargs e this.txtmoney.focus 使用者名稱文字聚焦 2,專案為瀏覽器執行 this.loaded object sender,routedeventargs e htmlp...