更新注销逻辑
This commit is contained in:
@@ -13,11 +13,11 @@ $(function(){
|
||||
|
||||
$('.confirm_btn').click(() => {
|
||||
text = $('.ipt').val().trim()
|
||||
if (text === '我已知晓并确认账号注销') {
|
||||
if (text === '我已知曉並确認賬號注銷') {
|
||||
getUserInfo()
|
||||
$('.popup').show()
|
||||
} else {
|
||||
toastMsg('输入错误,请检查输入内容')
|
||||
toastMsg('輸入錯誤,請檢查輸入內容')
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user