更新注销逻辑

This commit is contained in:
Dragon
2023-08-02 14:51:36 +08:00
parent 33b327ef08
commit d4edc4d7f9
2 changed files with 4 additions and 4 deletions

View File

@@ -13,11 +13,11 @@ $(function(){
$('.confirm_btn').click(() => {
text = $('.ipt').val().trim()
if (text === '我已知晓并确认账号注销') {
if (text === '我已知曉並确認賬號注銷') {
getUserInfo()
$('.popup').show()
} else {
toastMsg('输入错误,请检查输入内容')
toastMsg('輸入錯誤,請檢查輸入內容')
}
})