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