调整盲盒说明页面地址

This commit is contained in:
zlzw 2023-09-06 18:28:10 +08:00
parent 37605f46b7
commit a3dacf1f59

View File

@ -316,9 +316,12 @@ public class LiveGiftPopup extends AbsDialogFragment {
.append("&token=")
.append(userInfo.getToken())
.append("&no_back=1")
.append("&type=")
.append(blindBoxType-1)
;
Bundle bundle = new Bundle();
bundle.putString("url", htmlUrl.toString());
// System.out.println("盲盒页面 = "+htmlUrl.toString());
LiveHDDialogFragment fragment = new LiveHDDialogFragment();
fragment.setArguments(bundle);
fragment.show(((LiveAudienceActivity) mContext).getSupportFragmentManager(), "LiveHDDialogFragment");