额 传不了图片了 直接附上 上图红框内的修改
if (Browser.onMiniGame){
console.log(1);
tSound=Laya.loader.getRes(url);
}
if (!soundClass)soundClass=SoundManager._soundClass;
if (!tSound){
console.log(2);
tSound=new soundClass();
tSound.load(url);
if (Browser.onMiniGame){
Loader.cacheRes(url,tSound);
}
};
2个if判断去掉“!”号 就能播放声音了 请官方确认下 这样修改对不?