|
|
@@ -4,6 +4,7 @@ import android.content.Intent;
|
|
|
import android.os.Bundle;
|
|
|
import android.os.Handler;
|
|
|
import android.os.Message;
|
|
|
+import android.util.Log;
|
|
|
import android.view.View;
|
|
|
import android.widget.Button;
|
|
|
import android.widget.TextView;
|
|
|
@@ -158,6 +159,7 @@ public class PersonalRegActivity extends BaseActivity implements View.OnClickLis
|
|
|
@Override
|
|
|
public void handleMessage(Message msg) {
|
|
|
String result = msg.getData().getString("result");
|
|
|
+ Log.i("fanglh",result);
|
|
|
switch (msg.what) {
|
|
|
case 0x01:
|
|
|
if (!StringUtil.isEmpty(result)) {
|