Commit df0a5528 authored by wangxuewei's avatar wangxuewei

[提交人]:王雪伟

[提交简述] :多多菜园
[实现方案] :1.0.3
parent a2b0d0fe
...@@ -483,16 +483,10 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback { ...@@ -483,16 +483,10 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback {
"wxw", "wxw",
"redPack===" + "{\"redPackList\":" + Utils.obj2Str(result) + "}" "redPack===" + "{\"redPackList\":" + Utils.obj2Str(result) + "}"
) )
try { callback?.onRedPackListSuccess(
callback?.onRedPackListSuccess( true,
true, "{\"redPackList\":" + Utils.obj2Str(result) + "}"
"{\"redPackList\":" + Utils.obj2Str(result) + "}" )
)
} catch (e: Exception) {
}
} }
} }
......
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