Просмотр исходного кода

添加福利专区深度链接支持

zengjiebin лет назад: 7
Родитель
Сommit
eb317a2978

+ 6 - 0
app/src/main/java/com/sheep/gamegroup/view/activity/MiddleSchemeAct.java

@@ -86,6 +86,12 @@ public class MiddleSchemeAct extends Activity {
             default://尝试获取game_id
                 tryGoSplashAct(activity, uri);
                 break;
+            //sheep://small.kfzs.com/xmy?type=welfare
+            //sheep://small.kfzs.com/xmy?type=wfa
+            case "welfare"://跳转福利界面
+            case "wfa"://跳转福利界面
+                Jump2View.getInstance().toActWelfareSpecialArea();
+                break;
             //sheep://small.kfzs.com/xmy?type=jhl&data={"Jump":"1"}
             case "jump_home_list"://跳转homeList
             case "jhl":

+ 2 - 0
app/src/main/res/layout/fgt_play_game.xml

@@ -8,6 +8,8 @@
         android:id="@+id/scrollView"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
+        android:layout_gravity="fill_vertical"
+        android:fillViewport="true"
         android:scrollbars="none">
 
         <LinearLayout