Layabox Android Wechat develops a white screen, while other browsers such as chrome are normal

Layabox development, the IOS WeChat end displays normally, the PC side displays normally, only Android Wechat white screen, but the html tag can be seen, only canvas is white.
then use the Android chrome to open it again.
finally locates to a normal piece of code.

var tmpitem_t = Laya.loader.getRes("./comp/custom_assets/group0_0.png",);

as long as you comment on this paragraph, it will be normal.
but this is a normal resource code. I have tried to modify the url in it or put this code somewhere else, but it won"t work. As long as there is this code in js, it will go blank.

Mar.24,2021

answer your own question because

var tmpitem_t = Laya.loader.getRes('./comp/custom_assets/group0_0.png',);

there is an extra comma, yes, a comma with no error indication.

('. / comp/custom_assets/group0_0.png'-->, <--)

Menu