- UnityPlugin 游戏里找不到
module '__plugin__/wxe5a48f1ed5f544b7.js' is not defined, require args is '__plugin__/
06-06 - UnityPlugin 开发为什么引入的时候报错?
Error: module '__plugin__/wxe5a48f1ed5f544b7.js' is not defined, require args is '__plugin__/wxe5a48f1ed5f544b7.js' at E (VM6887 WAGameSubContext.js:1) at u (VM6870 WAGame.js:1) at d (VM6870 WAGame.js:1) at game.js:43 11111
06-04 - 微信小游戏添加广告出现bug
if (dataStore.bannerAd != undefined) { console.log(dataStore.bannerAd,"不走这里吗") //dataStore.bannerAd.offError() dataStore.bannerAd.destroy() } dataStore.bannerAd = wx.createBannerAd({ adUnitId: str, style: { left: 0, top: 0, width: 300//dataStore.jxw, } }) dataStore.bannerAd.onResize(res => { var reg = RegExp(/iPhone/); var reg1 = RegExp(/x/); var reg2 = RegExp(/X/); if (dataStore.phoneModel.match(reg) && (dataStore.phoneModel.match(reg1) || dataStore.phoneModel.match(reg2))) dataStore.bannerAd.style.top = dataStore.jxh - 1 - dataStore.bannerAd.style.realHeight - 34 else dataStore.bannerAd.style.top = dataStore.jxh - 1 - dataStore.bannerAd.style.realHeight dataStore.bannerAd.style.left = dataStore.jxw / 2 - dataStore.bannerAd.style.realWidth / 2 }) //监听广告位变形问题 dataStore.bannerAd.onError(function (res) { console.log(res); }) dataStore.bannerAd.onLoad(() => { console.log('banner 广告加载成功') dataStore.bannerAd.show() }) 会出现监听开启太多 在版本库比较新的时候会直接报错
2019-01-15 - uv达到1000+一天多了还是开通不了流量主
用户达到一千但是流量主无法开通
2019-01-08 - 想知道联网对战游戏是怎么实现的,转发邀请就可以直接一起开始游戏
看过别人的微信小游戏可以邀请好友对战,想知道是怎么实现的,api中好像没看到转发里面有什么特殊的东西支持好友对戏,所以感觉很神奇,有大神可以给个思路吗
2018-12-03 - 微信小游戏字体为什么一点也不清晰
微信小游戏字体为什么一点也不清晰
2018-11-09 - wx.login是不可以写在客户端吗
wx.login是不可以写在客户端吗,游戏审核过不去 ,代码自己测怎么都没问题,官方测试有几个机型玩不了
2018-11-08 - 为什么分包加载的回调函数在手机上一直显示是成功的
const loadTask = wx.loadSubpackage({ // name 可以填 name 或者 root name: 'stage1', success(res) { console.log("成功") }, fail(res) { }, complete(res) { } }) 为什么包名是错误的显示分包还是加载成功的
2018-11-07 - 老板问我别的游戏和我们的游戏分包同名会不会游戏加载分包失败
老板问我别的游戏和我们的游戏分包同名会不会游戏加载分包失败
2018-11-07 - 小游戏是不是不能旋转图片呀
小游戏是不是不能旋转图片呀
2018-10-26