Commit a2b0d0fe authored by wangxuewei's avatar wangxuewei

[提交人]:王雪伟

[提交简述] :多多菜园
[实现方案] :1.0.3_log
parent 8947bd62
...@@ -483,10 +483,16 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback { ...@@ -483,10 +483,16 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback {
"wxw", "wxw",
"redPack===" + "{\"redPackList\":" + Utils.obj2Str(result) + "}" "redPack===" + "{\"redPackList\":" + Utils.obj2Str(result) + "}"
) )
callback?.onRedPackListSuccess( try {
true, callback?.onRedPackListSuccess(
"{\"redPackList\":" + Utils.obj2Str(result) + "}" true,
) "{\"redPackList\":" + Utils.obj2Str(result) + "}"
)
} catch (e: Exception) {
}
} }
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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