瀏覽代碼

游戏代充修改为游戏充值

zengjiebin 7 年之前
父節點
當前提交
a76825fb8f

+ 6 - 6
app/src/main/java/com/kfzs/duanduan/fragment/FgtGameAgencyRecharge.java

@@ -142,14 +142,14 @@ public class FgtGameAgencyRecharge extends BaseCompatFragment {
 
                     platformList.add(new GameAgencyRechargePlatformEntity(
                             R.mipmap.game_platform_sheep_icon,
-                            "平台游戏充",
+                            "平台游戏充",
                             "充值有福利",
                             1002));
                     break;
                 case "1003":
                     platformList.add(new GameAgencyRechargePlatformEntity(
                             R.mipmap.game_tencent_icon,
-                            "腾讯游戏充",
+                            "腾讯游戏充",
                             "充值有福利",
                             1003));
 
@@ -158,7 +158,7 @@ public class FgtGameAgencyRecharge extends BaseCompatFragment {
 
                     platformList.add(new GameAgencyRechargePlatformEntity(
                             R.mipmap.game_xiaomi_icon,
-                            "小米游戏充",
+                            "小米游戏充",
                             "充值有福利",
                             1004));
                     break;
@@ -166,17 +166,17 @@ public class FgtGameAgencyRecharge extends BaseCompatFragment {
                 default:
                     platformList.add(new GameAgencyRechargePlatformEntity(
                             R.mipmap.game_platform_sheep_icon,
-                            "平台游戏充",
+                            "平台游戏充",
                             "充值有福利",
                             1002));
                     platformList.add(new GameAgencyRechargePlatformEntity(
                             R.mipmap.game_xiaomi_icon,
-                            "小米游戏充",
+                            "小米游戏充",
                             "充值有福利",
                             1004));
                     platformList.add(new GameAgencyRechargePlatformEntity(
                             R.mipmap.game_tencent_icon,
-                            "腾讯游戏充",
+                            "腾讯游戏充",
                             "充值有福利",
                             1003));
                     break;

+ 3 - 3
app/src/main/java/com/sheep/gamegroup/model/entity/PayEntity.java

@@ -143,11 +143,11 @@ public class PayEntity implements Serializable {
         switch (getTask_type()){
             case "1002":
             default:
-                return (TextUtils.isEmpty(game_id) || game_id.equals("0"))?"平台游戏充" :getGame_name()+"游戏";
+                return (TextUtils.isEmpty(game_id) || game_id.equals("0"))?"平台游戏充" :getGame_name()+"游戏";
             case "1003":
-            return (TextUtils.isEmpty(game_id) || game_id.equals("0"))?"腾讯游戏充" :getGame_name()+"游戏";
+            return (TextUtils.isEmpty(game_id) || game_id.equals("0"))?"腾讯游戏充" :getGame_name()+"游戏";
             case "1004":
-            return (TextUtils.isEmpty(game_id) || game_id.equals("0"))?"小米游戏充" :getGame_name()+"游戏";
+            return (TextUtils.isEmpty(game_id) || game_id.equals("0"))?"小米游戏充" :getGame_name()+"游戏";
         }
     }
 }

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/view/activity/ActGameAgencyRecharge.java

@@ -63,7 +63,7 @@ public class ActGameAgencyRecharge extends BaseActivity {
         activity = this;
         TitleBarUtils.getInstance()
                 .setTitleFinish(activity)
-                .setTitle(activity, "游戏充")
+                .setTitle(activity, "游戏充")
                 .setShowRightTwoBtn(activity,
                         R.mipmap.question_black_img,
                         R.mipmap.search_black_img,