Bladeren bron

先隐藏新版本功能

zengjiebin 7 jaren geleden
bovenliggende
commit
59d2304e0c

+ 4 - 4
app/src/main/java/com/sheep/gamegroup/util/Jump2View.java

@@ -61,8 +61,6 @@ import com.sheep.gamegroup.view.activity.ActReservation;
 import com.sheep.gamegroup.view.activity.ActSearchApp;
 import com.sheep.gamegroup.view.activity.ActSearchGame;
 import com.sheep.gamegroup.view.activity.ActSetting;
-import com.sheep.gamegroup.view.activity.ActSignCard;
-import com.sheep.gamegroup.view.activity.ActSignCardRecord;
 import com.sheep.gamegroup.view.activity.ActUnderstandSheep;
 import com.sheep.gamegroup.view.activity.ActUserLabelList;
 import com.sheep.gamegroup.view.activity.ActWeb;
@@ -86,8 +84,10 @@ import com.sheep.gamegroup.view.activity.RealNameAuthenAct;
 import com.sheep.gamegroup.view.activity.RechargeAct;
 import com.sheep.gamegroup.view.activity.RechargeQAct;
 import com.sheep.gamegroup.view.activity.RechargeResultAct;
+import com.sheep.gamegroup.view.activity.SignCardAct;
 import com.sheep.gamegroup.view.activity.SignRankingsAct;
 import com.sheep.gamegroup.view.activity.SignRechargeAct;
+import com.sheep.gamegroup.view.activity.SignRecordAct;
 import com.sheep.gamegroup.view.activity.TaskDetailAct;
 import com.sheep.gamegroup.view.activity.TaskDetailAddQQAct;
 import com.sheep.gamegroup.view.activity.TaskDetailCreditCardAct;
@@ -1136,7 +1136,7 @@ public class Jump2View {
      * @param o
      */
     public void goSignCardAct(Context context, Object o){
-        Intent intent = new Intent(context, ActSignCard.class);
+        Intent intent = new Intent(context, SignCardAct.class);
         context.startActivity(intent);
         UMConfigUtils.Event.PUNCH.onEvent();
     }
@@ -1160,7 +1160,7 @@ public class Jump2View {
      * @param o
      */
     public void goSignRecordAct(Context context, Object o){
-        Intent intent = new Intent(context, ActSignCardRecord.class);
+        Intent intent = new Intent(context, SignRecordAct.class);
         context.startActivity(intent);
         UMConfigUtils.Event.PUNCH_RECORD.onEvent();
     }

+ 1 - 0
app/src/main/res/layout/fgt_sign_rankings.xml

@@ -77,6 +77,7 @@
                 android:gravity="center"
                 android:text="累计奖励"
                 android:textColor="#282828"
+                android:visibility="gone"
                 android:textSize="@dimen/text_size_12" />
         </LinearLayout>
 

+ 1 - 0
app/src/main/res/layout/sign_rankings_item.xml

@@ -56,6 +56,7 @@
         android:layout_height="match_parent"
         android:layout_weight="2"
         android:gravity="center"
+        android:visibility="gone"
         android:text="1.4元"
         android:textColor="#cc282828"
         android:textSize="@dimen/text_size_10" />