码迷,mamicode.com
首页 > 微信 > 详细

egret 微信小游戏 错误

时间:2018-10-29 16:16:53      阅读:1177      评论:0      收藏:0      [点我收藏+]

标签:egret   mes   new   mod   this   web   dap   使用   错误   

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 微信小游戏 错误

标签:egret   mes   new   mod   this   web   dap   使用   错误   

原文地址:https://www.cnblogs.com/maxwell-xu/p/9870750.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!