egret 微信小游戏 错误
Posted maxwell_xu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了egret 微信小游戏 错误相关的知识,希望对你有一定的参考价值。
1,使用jszip错误
(1) t.createElementNS is not a function
修改:webapp-adapter.js,增加一个方法
createElementNS: function createElementNS(nameSpace, tagName) {
return this.createElement(tagName)
}
(2) ReferenceError: JSZip is not defined
修改jszip.js开头部分为
!function (a) { if ("object" == typeof exports && "undefined" != typeof module){
window.JSZip = a();
module.exports = a();
}
以上是关于egret 微信小游戏 错误的主要内容,如果未能解决你的问题,请参考以下文章