hanjing 6 years ago
parent
commit
43e3fa43b6

+ 5 - 0
app/src/main/java/com/sheep/gamegroup/util/js/KFZSJs.java

@@ -245,6 +245,11 @@ public class KFZSJs {
     }
 
     @JavascriptInterface
+    public void jumpMoneyReward() {
+        Jump2View.getInstance().goWeb(SheepApp.getInstance().getCurrentActivity(), new WebParams(Config.getUrlByPath(Config.PATH_WELFARE_MONEY_REWARD_LIST)).setTitle(Config.NAME_WELFARE_MONEY_REWARD_LIST));
+    }
+
+    @JavascriptInterface
     public void jumpShop() {
         Jump2View.getInstance().gotoYfShop(activity);
     }

+ 3 - 4
app/src/main/res/layout/act_game_certification.xml

@@ -5,14 +5,13 @@
     android:layout_height="match_parent"
     android:background="#00000000">
 
-    <com.github.ybq.android.spinkit.SpinKitView
+    <ProgressBar
         android:id="@+id/progress"
-        style="@style/SpinKitView.Large.CubeGrid"
+        style="@style/Widget.AppCompat.ProgressBar"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_centerInParent="true"
-        android:visibility="invisible"
-        app:SpinKit_Color="@color/colorAccent" />
+        android:visibility="invisible" />
 
     <RelativeLayout
         android:id="@+id/main_layout"