|
@@ -6,6 +6,7 @@ import android.os.Bundle;
|
|
|
|
|
|
|
|
import com.kfzs.duanduan.ActMain;
|
|
import com.kfzs.duanduan.ActMain;
|
|
|
import com.sheep.gamegroup.model.entity.TaskEty;
|
|
import com.sheep.gamegroup.model.entity.TaskEty;
|
|
|
|
|
+import com.sheep.gamegroup.view.activity.AccountAndSecurityAct;
|
|
|
import com.sheep.gamegroup.view.activity.AskGetMoneyAct;
|
|
import com.sheep.gamegroup.view.activity.AskGetMoneyAct;
|
|
|
import com.sheep.gamegroup.view.activity.AuthenticationAct;
|
|
import com.sheep.gamegroup.view.activity.AuthenticationAct;
|
|
|
import com.sheep.gamegroup.view.activity.BindDataAct;
|
|
import com.sheep.gamegroup.view.activity.BindDataAct;
|
|
@@ -50,6 +51,12 @@ public class Jump2View {
|
|
|
context.startActivity(intent);
|
|
context.startActivity(intent);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public void goAccountAndSecurit(Context context, Object o){
|
|
|
|
|
+ Intent intent = new Intent(context, AccountAndSecurityAct.class);
|
|
|
|
|
+ context.startActivity(intent);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 跳到登录页面
|
|
* 跳到登录页面
|
|
|
* @param context
|
|
* @param context
|