- canvas.toTempFilePath 真机上失败
canvas.toTempFilePath 截图在 微信开发者工具 中调用正常截图显示 但是在真机上显示不出来 微信开发者工具中 返回结果 [图片] iphone6s 上的结果为 [图片] cocoscreator 调用显示代码为 cc.loader.load({url: jietu, type: 'png'},function(err, texture){ console.log("jietu end:"+jietu) console.log("err:"+err) console.log("texture:"+texture) newNode.getChildByName("bg").getChildByName("jietu").getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(texture); }.bind(this)); 结果报错:[图片]
2019-03-13 - ios手机没问题,android手机使用websocket的时候报错
建立websocket连接代码如下 this.m_webSocket = wx.connectSocket({ url: wxServerSrc }) console.log(this.m_webSocket) wx.onSocketOpen(function (res) { console.log("onSocketOpen12") //console.log(Msg.CS_MsgWeiXingLogin(code,res2.userInfo.nickName)) // wx.sendSocketMessage({ // data:Msg.CS_MsgWeiXingLogin(code,res2.userInfo.nickName) // }) console.log("name:"+name+" avatar:"+avatar) this.m_webSocket.send({ data:Msg.CS_MsgLogin(code,name,avatar,"wx") }) }.bind(this)) wx.onSocketError(function (res) { console.log(res) console.log('WebSocket 连接打开失败,请检查!') if( this.loginFail != null){ this.loginFail() } }.bind(this)) wx.onSocketClose(function (res) { console.log('WebSocket 连接关闭!') this.m_webSocket = null // cc.director.loadScene("Login", null); }.bind(this)) wx.onSocketMessage(function (res) { //console.log('WebSocket 收到消息') //console.log(res) MsgManager.getInstance().ParseMsg(res.data) }.bind(this)) } else { console.log('获取用户登录态失败1!' + res.errMsg) if( this.loginFail != null){ this.loginFail() } } }.bind(this), fail: function (res) {//登录成功 console.log('获取用户登录态失败2!' + res.errMsg) if( this.loginFail != null){ this.loginFail() } }.bind(this) 打印 java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. WebSocket 连接打开失败,请检查! 这个问题怎么解决啊?ios正常,android报错
2018-08-15 - 激励视屏广告
[图片]管理员能不能解释一下这个收入是怎么回事?为什么曝光91次2.82元 曝光23次2.5元?差别怎么这么大?是被黑了吗?
2018-07-17 - 平台统计的banner收入问题
平台统计的banner收入是腾讯分成前的还是分成后的啊? [图片] [图片]我这个到手的是只有50%(3.155元)钱吗?
2018-07-13