瀏覽代碼

修复冲突

zengjiebin 7 年之前
父節點
當前提交
622dad8039
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();