|
|
@@ -18,6 +18,7 @@ import com.sheep.gamegroup.module.login.controller.LoginController;
|
|
|
import com.sheep.gamegroup.util.ChannelContent;
|
|
|
import com.sheep.gamegroup.util.DataUtil;
|
|
|
import com.sheep.gamegroup.util.FastJsonUtils;
|
|
|
+import com.sheep.gamegroup.util.LogUtil;
|
|
|
import com.sheep.gamegroup.util.PreferenceUtils;
|
|
|
import com.sheep.gamegroup.util.StringUtils;
|
|
|
import com.sheep.gamegroup.util.TestUtil;
|
|
|
@@ -126,6 +127,9 @@ public class AbsLoginFgt extends BaseFragment {
|
|
|
@Override
|
|
|
public void onError(BaseMessage baseMessage) {
|
|
|
G.shortToast("QQ登录失败 请检查网络是否正常");
|
|
|
+ if (baseMessage != null) {
|
|
|
+ LogUtil.println(baseMessage.getErrorMsg());
|
|
|
+ }
|
|
|
hideProgress();
|
|
|
}
|
|
|
|