|
|
@@ -3005,20 +3005,20 @@ public class Jump2View {
|
|
|
SdkLoginUser gameUser = DDProviderHelper.getInstance().getSdkLoginUser(token);
|
|
|
if (gameUser != null) {
|
|
|
token = gameUser.getToken();
|
|
|
- String url = Config.getUrlByPath(Config.PATH_DIRECTIONAL_RECHARGE + "/" + discountId, "packagename", packageName, "authorization", token, "ssnocache", "1");
|
|
|
- WebParams webParams = new WebParams(url, "抢购优惠").setShowTitle(false);
|
|
|
- Jump2View.getInstance().goWebSingle(SheepApp.getInstance(), webParams, true);
|
|
|
}
|
|
|
+ String url = Config.getUrlByPath(Config.PATH_DIRECTIONAL_RECHARGE + "/" + discountId, "packagename", packageName, "authorization", token, "ssnocache", "1");
|
|
|
+ WebParams webParams = new WebParams(url, "抢购优惠").setShowTitle(false);
|
|
|
+ Jump2View.getInstance().goWebSingle(SheepApp.getInstance(), webParams, true);
|
|
|
}
|
|
|
|
|
|
public void gotoGameGoldCoins(String token) {
|
|
|
SdkLoginUser gameUser = DDProviderHelper.getInstance().getSdkLoginUser(token);
|
|
|
if (gameUser != null) {
|
|
|
token = gameUser.getToken();
|
|
|
- String url = Config.getUrlByPath(Config.PATH_DIRECTIONAL_MAKEGOLD, "authorization", token, "ssnocache", "1");
|
|
|
- WebParams webParams = new WebParams(url, "金丹传说").setShowTitle(false);
|
|
|
- Jump2View.getInstance().goWebSingle(SheepApp.getInstance(), webParams, true);
|
|
|
}
|
|
|
+ String url = Config.getUrlByPath(Config.PATH_DIRECTIONAL_MAKEGOLD, "authorization", token, "ssnocache", "1");
|
|
|
+ WebParams webParams = new WebParams(url, "金丹传说").setShowTitle(false);
|
|
|
+ Jump2View.getInstance().goWebSingle(SheepApp.getInstance(), webParams, true);
|
|
|
}
|
|
|
|
|
|
/**
|