| | |
| | | |
| | | |
| | | public static void jumpPDD(final Activity context, final GoodsConvertLinkJumpLink link, UserLijinLevelInfoVO userLevel) { |
| | | jumpPDD(context, link); |
| | | |
| | | |
| | | if (userLevel != null && userLevel.getUpgradeRights() != null) { |
| | | showADLoading(context, Constant.GOODS_TYPE_PDD, userLevel, new GoodsDetailJumpLoaingDialog.Builder.IDialogClose() { |
| | | @Override |
| | |
| | | if (status == OpenAppAction.OpenAppAction_result_APP) { |
| | | //呼京东成功 |
| | | Log.e("mResult", "呼京东成功"); |
| | | dialog.dismiss(); |
| | | if (dialog != null) |
| | | dialog.dismiss(); |
| | | } else if (status == OpenAppAction.OpenAppAction_start) { |
| | | //开始状态未必一定执行, |
| | | Log.e("mResult", "开始呼起京东"); |
| | |
| | | intent.putExtra("url", url); |
| | | intent.putExtra("interceptGoodsDetail", false); |
| | | view.getContext().startActivity(intent); |
| | | if (dialog != null) |
| | | dialog.dismiss(); |
| | | } |
| | | } |