hanjing před 7 roky
rodič
revize
0b5e0f723e

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/module/game/fragment/FgtGameCenter.java

@@ -77,7 +77,7 @@ public class FgtGameCenter extends BaseFragment {
         mAdapter.add(new FgtPlayGame(), "玩转游戏");
         mAdapter.add(FgtWebX5.newInstance(new WebParams(Config.getUrlByPath(Config.PATH_WELFARE_HOME))), "福利中心");
         mAdapter.add(FgtFindChild.newInstance(new ArticleTag(-1, 1)), "游戏资讯");
-        mAdapter.add(new FgtGameMall(), "福利商城");
+        mAdapter.add(FgtWebX5.newInstance(new WebParams(Config.getUrlByPath(Config.PATH_GAME_SHOP_HOME))), "福利商城");
         pager.setAdapter(mAdapter);
         indicator.setupWithViewPager(pager);
         CommonUtil.getInstance().reflex(indicator, getActivity(), false, G.WIDTH - G.getRealPix(144));

+ 4 - 4
app/src/main/java/com/sheep/jiuyan/samllsheep/Config.java

@@ -2,10 +2,6 @@ package com.sheep.jiuyan.samllsheep;
 
 import android.text.TextUtils;
 
-import com.sheep.gamegroup.util.StringUtils;
-import com.sheep.gamegroup.util.TestUtil;
-import com.sheep.gamegroup.util.js.BaseActWeb;
-
 /**
  * Created by kemllor on 2017/12/14.
  */
@@ -48,6 +44,8 @@ public class Config {
     private static final String STATION_SUI_BIAN_DA = "/casual_call/#";
     //福利
     private static final String STATION_WELFARE = "/small_sheep_welfare/#";
+    //游戏商城
+    private static final String STATION_GAME_SHOP = "/game_mall/#";
 
     //path
     //有范商城地址的 key
@@ -83,6 +81,8 @@ public class Config {
     //福利
     public static final String PATH_WELFARE_HOME = STATION_WELFARE + "/home";
     public static final String PATH_WELFARE_DETAIL = STATION_WELFARE + "/detail";
+    //游戏商城
+    public static final String PATH_GAME_SHOP_HOME = STATION_GAME_SHOP + "/gameMallHome";
     //赏金福利
     public static final String PATH_MONEY_REWARD_DETAIL = STATION_WELFARE + "/money-reward-detail";
     //赏金任务列表