|
@@ -44,7 +44,9 @@ $( function(){
|
|
|
|
|
|
if( data.code == "00" ) {
|
|
|
console.log( "isMobile() -- > " + isMobile() );
|
|
|
-
|
|
|
+ localStorage.id = data.id;
|
|
|
+ localStorage.pw = data.pw;
|
|
|
+
|
|
|
if( isMobile() ) {
|
|
|
if( checkDevice() == "android" ) {
|
|
|
window.android.login(data.id, data.pw);
|