|
|
@@ -1944,6 +1944,10 @@ public class Jump2View {
|
|
|
* 游戏代充
|
|
|
*/
|
|
|
public void goGameRecharge(Activity activity, Object o) {
|
|
|
+ if(!Config.IS_OPEN_GAME_RECHARGE){//关闭游戏直充功能
|
|
|
+ G.showToast(R.string.un_use_function);
|
|
|
+ return;
|
|
|
+ }
|
|
|
Intent intent = new Intent(activity, ActGameAgencyRecharge.class);
|
|
|
activity.startActivity(intent);
|
|
|
GAME_INSTEAD_OF_RECHARGE.onEvent();
|