添加开通接口弹窗回调添加

This commit is contained in:
18401019693 2023-12-20 16:27:22 +08:00
parent 9eba98f709
commit 7b103aaf7c

View File

@ -236,7 +236,7 @@ public class MainHomeCommunityViewHolder extends AbsMainHomeChildViewHolder impl
new XPopup.Builder(mContext) new XPopup.Builder(mContext)
.enableDrag(false) .enableDrag(false)
.maxWidth(DeviceUtils.getScreenHeight((Activity) mContext) - DpUtil.dp2px(34)) .maxWidth(DeviceUtils.getScreenHeight((Activity) mContext) - DpUtil.dp2px(34))
.asCustom(new LiberalBattlePassPopupWindow(mContext,"62,888",false)) .asCustom(new OrderLevelPopupWindow(mContext,10,100,"9","900.00"))
.show(); .show();
} }
}); });