mui("body").on('tap','#self',function(){
if(window.localStorage.length == 0) {
window.location.href="login.html";
} else {
window.location.href="m-personal-center.html";
}
})