Browse Source

修复冲突

zengjiebin 7 years ago
parent
commit
622dad8039
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/main/java/com/sheep/gamegroup/util/ViewUtil.java

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/util/ViewUtil.java

@@ -611,7 +611,7 @@ public class ViewUtil {
         PayEntity payEntity = new PayEntity();
         payEntity.setGame_id(gameId);
         payEntity.setGame_name(gameName);
-        showGamePayAccount(activity,payEntity);
+        newInstance().showGamePayAccount(activity,payEntity);
     }
     public void showGamePayAccount(Activity activity,PayEntity payEntity){
         new DialogPayAccount(activity,payEntity).showPayaccount();