Commit c57c6047 by dawei

feat: 测试

parent 4738dadd
Showing with 2 additions and 1 deletions
......@@ -992,7 +992,8 @@ $(function(){
let binaryString = atob(msg);
let obj = JSON.parse(binaryString);
let objStr = JSON.stringify(obj)
layer.msg(`客戶端回調失敗:${objStr}`)
// layer.msg(`客戶端回調失敗:${objStr}`)
$(".test_allow").text(msg)
if(obj.reqCode == gameDateId && obj.isAllagree == 1 && obj.type == 0) {
// layer.msg('客戶端回調成功')
goBetCallBack()
......
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 sign in to comment