mobile.app/src/Lobby/lobbyScene.js:22:TypeError: pagelayer.setCustomScrollThreshold is not a function
如上错误,
setCustomScrollThreshold,然而
/*
** * Set custom scroll threshold to page view. If you don’t specify the value, the pageView will scroll when half page view width reached.
@since **v3.2
@param **threshold
** */
setCustomScrollThreshold:
function(threshold){
*
cc.assert(threshold>0,
“Invalid threshold!”);
this.
_customScrollThreshold = threshold;
this.setUsingCustomScrollThreshold(
true);
},
贴出源码,本人cocosjs小白,希望大神指点