加载网络图片出现错误

TypeError: this.initProps is not a function
VM82:3
at LoadingItems.cc_SpriteFrame [as onProgress] (eval at _createCtor (http://localhost:7456/app/engine/bin/cocos2d-js-for-preview.js:30506:14), :3:6)
at LoadingItems.139.proto.itemComplete (E:\cocosGame\game_zhaocha\app\engine\bin\cocos2d-js-for-preview.js:26799:15)
at Function.139.LoadingItems.itemComplete (E:\cocosGame\game_zhaocha\app\engine\bin\cocos2d-js-for-preview.js:26670:23)
at CCLoader.142.proto.flowOut (E:\cocosGame\game_zhaocha\app\engine\bin\cocos2d-js-for-preview.js:27062:21)
at flow (E:\cocosGame\game_zhaocha\app\engine\bin\cocos2d-js-for-preview.js:26993:47)
at E:\cocosGame\game_zhaocha\app\engine\bin\cocos2d-js-for-preview.js:26983:21
at E:\cocosGame\game_zhaocha\app\engine\bin\cocos2d-js-for-preview.js:26404:24
at Image.loadCallback (E:\cocosGame\game_zhaocha\app\engine\bin\cocos2d-js-for-preview.js:26272:12)
1.9.0

错误如上,代码如下,并没有log出错误

this.initProps和你贴的代码有什么关系?

没有任何关系,我根本没写这个东西,它报的错也不是我代码中的错误

去掉第二个参数 cc.SpriteFrame

啊!谢谢Thanks♪(・ω・)ノ居然是这种原因。。我真的太不仔细了