Home  >  Article  >  Backend Development  >  javascript - Why is there a BUG that often appears in Duoyue without styles after opening?

javascript - Why is there a BUG that often appears in Duoyue without styles after opening?

WBOY
WBOYOriginal
2016-09-19 09:16:281029browse

Just like the one in the picture, several of my websites are like this. Have you other users who use Duoduo encountered similar situations?
I am an http site, and the network detection has been the same in several regions. Is this an official problem or is it my problem?
javascript - Why is there a BUG that often appears in Duoyue without styles after opening?

Reply content:

Just like the one in the picture, several of my websites are like this. Have you other users who use Duoduo encountered similar situations?
I am an http site, and the network detection has been the same in several regions. Is this an official problem or is it my problem?
javascript - Why is there a BUG that often appears in Duoyue without styles after opening?

It's probably a style loading error, such as a wrong path, or style overwriting or something...

The style file is too large and cannot be loaded successfully, or the path to the style file is incorrect. You can check the network through f12 to see how the loading is going

It feels like these websites should have servers dedicated to storing static resources. And you failed to load static resources. You can try the method above, and you can also know whether the static resources are placed in other places~

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn