调整盲盒说明页面地址
This commit is contained in:
parent
37605f46b7
commit
a3dacf1f59
@ -316,9 +316,12 @@ public class LiveGiftPopup extends AbsDialogFragment {
|
|||||||
.append("&token=")
|
.append("&token=")
|
||||||
.append(userInfo.getToken())
|
.append(userInfo.getToken())
|
||||||
.append("&no_back=1")
|
.append("&no_back=1")
|
||||||
|
.append("&type=")
|
||||||
|
.append(blindBoxType-1)
|
||||||
;
|
;
|
||||||
Bundle bundle = new Bundle();
|
Bundle bundle = new Bundle();
|
||||||
bundle.putString("url", htmlUrl.toString());
|
bundle.putString("url", htmlUrl.toString());
|
||||||
|
// System.out.println("盲盒页面 = "+htmlUrl.toString());
|
||||||
LiveHDDialogFragment fragment = new LiveHDDialogFragment();
|
LiveHDDialogFragment fragment = new LiveHDDialogFragment();
|
||||||
fragment.setArguments(bundle);
|
fragment.setArguments(bundle);
|
||||||
fragment.show(((LiveAudienceActivity) mContext).getSupportFragmentManager(), "LiveHDDialogFragment");
|
fragment.show(((LiveAudienceActivity) mContext).getSupportFragmentManager(), "LiveHDDialogFragment");
|
||||||
|
Loading…
Reference in New Issue
Block a user