|
|
@@ -517,11 +517,7 @@ public class ActGameGroupOrGameDetail extends BaseActivity {
|
|
|
|
|
|
@OnClick(R.id.gc_game_app_discount_desc_btn)
|
|
|
public void onGoDiscountDesc() {
|
|
|
- CommonUtil.getInstance().getConfigValue("app_game_discount_desc_url", url -> {
|
|
|
- if (TextUtils.isEmpty(url))
|
|
|
- url = "http://smallstation.9yan.io/yy_shop/#/pages/index/index";
|
|
|
- Jump2View.getInstance().goWeb(this, new WebParams(url, "金丹玩法"));
|
|
|
- });
|
|
|
+ Jump2View.getInstance().goWeb(this, new WebParams(Config.getUrlByPath(Config.PATH_DISCOUNT_DESC), "金丹玩法"));
|
|
|
}
|
|
|
|
|
|
private AbsGetDownloadListener absGetDownloadListener = new AbsGetDownloadListener(false) {
|