Commit 47d5eb81 authored by maxiaoliang's avatar maxiaoliang

添加免费盲盒事件

parent 9ecfede9
PACKAGE_NAME=com.zhangxin.magicbox PACKAGE_NAME=com.zhangxin.magicbox
VERSION_CODE=15 VERSION_CODE=16
VERSION_NAME=1.0.3.7 VERSION_NAME=1.0.3.8
\ No newline at end of file \ No newline at end of file
...@@ -18,6 +18,7 @@ import com.zxhl.cms.net.ApiClient ...@@ -18,6 +18,7 @@ import com.zxhl.cms.net.ApiClient
import com.zxhl.cms.net.RxSchedulers import com.zxhl.cms.net.RxSchedulers
import com.zxhl.cms.net.callback.BaseObserver import com.zxhl.cms.net.callback.BaseObserver
import com.zxhl.cms.net.model.box.MarqueeEntity import com.zxhl.cms.net.model.box.MarqueeEntity
import com.zxhl.cms.utils.EventUtils
import com.zxhl.cms.utils.JumpUtils import com.zxhl.cms.utils.JumpUtils
import com.zxhl.main.R import com.zxhl.main.R
import kotlinx.android.synthetic.main.layout_top_box.* import kotlinx.android.synthetic.main.layout_top_box.*
...@@ -68,6 +69,7 @@ object FreeGoodsDialog { ...@@ -68,6 +69,7 @@ object FreeGoodsDialog {
// JumpUtils.lotteryBoxJump("-2", Constant.Key.ONE_LOTTERY, "0") // JumpUtils.lotteryBoxJump("-2", Constant.Key.ONE_LOTTERY, "0")
mDialog?.dismiss() mDialog?.dismiss()
if (Constant.Switch.isLogin) { if (Constant.Switch.isLogin) {
EventUtils.onEvent("free_box_for_new_users","新人免费盲盒弹窗点击成功")
BoxResultDialog.showOneLotteryResult( BoxResultDialog.showOneLotteryResult(
context as Activity, context as Activity,
"-2", "-2",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment