Js html5版本 ccs.uiReader.widgetFromJsonFile出现错误

我使用的是cocos-js 3.7,在一个层上面弹出一个新层,层用到了cocostudio1.6导出的UI,
出现了Cannot read property ‘Version’ of undefined的错误。

错误信息如下:

Uncaught TypeError: Cannot read property 'Version' of undefined
  ccs.uiReader.widgetFromJsonFile    
  cc.Layer.extend.loadUI    
  cc.Layer.extend.ctor    
  (anonymous function)    
  Class    
  (anonymous function)    


```

-----------------
已解决